I'm not sure if this is related to the problem you just reported,
but you should upgrade to a newer version of XCode.
E.g., on my intel osx10 10.4 test machine I have build 5367:
$ gcc -v
gcc version 4.0.1 (Apple Computer, Inc. build 5367)
William
> I just downloaded the 2.9 source tarball and attempted a build. It
> died on
> building lapack. It looks like the test* files in
> spkg/build/lapack-20071123/src/INSTALL are for a different
> architecture.
The files src/INSTALL/test* are all ELF files for a Linux box. I
don't know that this is a problem, or just a packaging issue.
I may be off in the weeds, but this looks like a "simple" problem to
fix. Either when the tarball is built, or when the spkg is built,
would a 'ranlib' fix this? Typically, when a (.a) library is copied
(rather than moved), its creation/mod date changes, and shows as
later than some internal bit of housekeeping info. 'ranlib' will fix
that.
Justin
--
Justin C. Walker, Curmudgeon-At-Large
Institute for the Enhancement of the Director's Income
--------
Experience is what you get
when you don't get what you want.
--------
- William
(Sent from my iPhone.)
On Dec 16, 2007, at 11:37 AM, mabshoff <Michael...@fsmath.mathematik.uni-dortmund.de
> wrote:
do not put .spkg in the above line
Thanks very much to everyone who responded!
Steve
On Dec 16, 2007 2:37 PM, mabshoff