Martin Costabel: > I am surprised that this should be all. There must be something saying > "...failed program was:..." and "compiler cannot create executables"
Right, see below. > And g++ -v? Not found. > Move the broken compiler in /usr/local out of the way. The easiest way > is to move the whole /usr/local away. I did that and it solved them problem. It's still compiling, but it seems to go smoothly. thanks a lot for the quick help - dave --- configure:2019: $? = 0 configure:2021: gcc -v </dev/null >&5 Reading specs from /usr/local/lib/gcc-lib/powerpc-apple-darwin5.3/3.1/specs Configured with: ../gcc3/configure --enable-pfe --disable-nls --enable-language Thread model: single Apple Computer, Inc. GCC version 1031, based on gcc version 3.1 20020403 (prere configure:2024: $? = 0 configure:2026: gcc -V </dev/null >&5 gcc: argument to `-V' is missing configure:2029: $? = 1 configure:2055: checking for C compiler default output configure:2058: gcc -no-cpp-precomp -I/sw/include -L/sw/lib conftest.c >&5 ld: table of contents for archive: /usr/local/lib/gcc-lib/powerpc-apple-darwin5 configure:2061: $? = 1 configure: failed program was: #line 2032 "configure" #include "confdefs.h" ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Fink-beginners mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-beginners
