"Martin Costabel": >> checking for C compiler default output... configure: error: C compiler >> cannot create executables > > This can have several different reasons. Look at the end of the > config.log file (in /sw/src/expat-1.95.3-2/expat-1.95.3/) for more > information. It should contain a more detailed error message.
Nothing so special, except GCC 3.1 --- configure:2013: checking for C compiler version configure:2016: gcc --version </dev/null >&5 gcc (GCC) 3.1 20020403 (prerelease) Copyright (C) 2002 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 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 --- Interestingly, a gcc -v out of fink gives me indeed 3.1 (Apple version), but a c++ -v tells me to be based on 1.95.2 Could this be my problem? How do I solve that?? ------------------------------------------------------- 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
