On Wed, 2005-07-06 at 07:30 +0200, stéphane ducasse wrote: > Hi all > > I tried to compile GNUST on tiger and the configure failed > > here is what I have. Does any one knows what is the problem? > ... > configure:2500: gcc -v </dev/null >&5 > Reading specs from /usr/libexec/gcc/darwin/ppc/3.1/specs > Thread model: posix > Apple Computer, Inc. GCC version 1175, based on gcc version 3.1 > 20020420 (prerelease) > configure:2503: $? = 0 > configure:2505: gcc -V </dev/null >&5 > gcc: argument to `-V' is missing > configure:2508: $? = 1 > configure:2531: checking for C compiler default output file name > configure:2534: gcc conftest.c >&5 > ld: can't locate file for: -lcrt1.o
Your GCC appears to be very old. OS X 10.4's Xcode 2.0 includes GCC 4.0. Try installing that; if not, see if you have an executable gcc-3.4, gcc-4.0 or such and pass it to configure like so: CC=/usr/bin/gcc-4.0 Just a guess, -- Stephen Compall
signature.asc
Description: This is a digitally signed message part
_______________________________________________ help-smalltalk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-smalltalk
