Eric Hoch wrote:

and in configure.log the error is:

configure:4826: checking for C compiler default output file name
configure:4853: gcc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -isysroot /Developer/SDKs/MacOSX10.4u.sdk -W
ld: library not found for -lcrt1.10.5.o
collect2: ld returned 1 exit status

Looks like there are some direct calls to ld in the configure script, and according to the Apple docs, ld doesn't recognize the -Wl flag. (-Wl is actually a gcc option.)

This will take some digging into.


Cheers,
Jason

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to