<div dir="ltr">On Tue, Sep 9, 2008 at 9:34 PM, Red Daly <span dir="ltr"><<a href="mailto:reddaly@gmail.com">reddaly@gmail.com</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div dir="ltr">Unfortunately, I am still having problems.  I believe I am getting through the configuration process without any warnings (at least when I compile without GMP). There are new problems in what appears to be the lisp phase of the build. [...]<br>
;;; Compiling (DEFVAR *PROFILED-FUN-NAME->INFO* ...).<br>
;;; Warning: Ignoring definition for class PROFILE-INFO<br>;;; No class named PROFILE-INFO.</div></blockquote><div><br>This is a contributed module which sometimes causes problems. You can deactivate it with --without-profile</div>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div dir="ltr"><br>From what I can tell, one problem is that not all the GCC flags I specified in the configuration stage are preserved in this latter stage of the build.[...]<br>
does not contain the -arch arm etc. flags specified in my call to configure.  However, many other calls to gcc do have those flags.</div></blockquote><div><br>That is because that last phase is not compiling anything: it is linking. So, the appropriate flags are LDFLAGS. Seems you should add -arch arm and similar to that variable as well.<br>
 <br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div dir="ltr">The AR value I specify also does not make it all the way to the lisp stage</div>
</blockquote><div><br>My fault. I have not included this as a configurable command. I will search the code and see what I can change. Momentarily, could you edit cmpmain.lsp and add the right commands?<br> <br>Juanjo<br></div>
</div><br>-- <br>Instituto de FĂ­sica Fundamental<br>CSIC, Serrano, 113, Madrid 28040 (Spain) <br><a href="http://juanjose.garciaripoll.googlepages.com">http://juanjose.garciaripoll.googlepages.com</a><br>
</div>