------- Comment #3 from tkoenig at gcc dot gnu dot org 2008-09-13 10:06 ------- Created an attachment (id=16309) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16309&action=view) config.log from intl with revision 140323
The problem appears to be somewhere else. See these lines from the config.log: onfigure:2111: /home/tkoenig/gcc-bin/./prev-gcc/xgcc -B/home/tkoenig/gcc-bin/./prev-gcc/ -B/home/tkoenig/alphaev56-unknown-linux-gnu/bin/ --version </dev/null >&5 xgcc (GCC) 4.4.0 20080912 (experimental) Copyright (C) 2008 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:2114: $? = 0 configure:2116: /home/tkoenig/gcc-bin/./prev-gcc/xgcc -B/home/tkoenig/gcc-bin/./prev-gcc/ -B/home/tkoenig/alphaev56-unknown-linux-gnu/bin/ -v </dev/null >&5 Reading specs from /home/tkoenig/gcc-bin/./prev-gcc/specs Target: alphaev56-unknown-linux-gnu Configured with: ../gcc/configure --prefix=/home/tkoenig --enable-languages=c,fortran --with-mpfr=/opt/cfarm/mpfr-2.3.1/ Thread model: posix gcc version 4.4.0 20080912 (experimental) (GCC) configure:2119: $? = 0 configure:2121: /home/tkoenig/gcc-bin/./prev-gcc/xgcc -B/home/tkoenig/gcc-bin/./prev-gcc/ -B/home/tkoenig/alphaev56-unknown-linux-gnu/bin/ -V </dev/null >&5 xgcc: '-V' must come at the start of the command line configure:2124: $? = 1 configure:2147: checking for C compiler default output file name configure:2150: /home/tkoenig/gcc-bin/./prev-gcc/xgcc -B/home/tkoenig/gcc-bin/./prev-gcc/ -B/home/tkoenig/alphaev56-unknown-linux-gnu/bin/ -g -O2 conftest.c >&5 /home/tkoenig/gcc-bin/./prev-gcc/crtbegin.o: In function `frame_dummy': (.text+0xcc): undefined reference to `_Jv_RegisterClasses' /tmp/cc65mauT.o:(.debug_info+0x49): undefined reference to `$LSFDE0' collect2: ld returned 1 exit status configure:2153: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:2191: error: in `/home/tkoenig/gcc-bin/intl': configure:2194: error: C compiler cannot create executables See `config.log' for more details. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37464