This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GCC 3.1 fails to build with error


I've just been testing GCC 3.1 on i686. During the bootstrap process, it
fails with the following:

[ snip - finishes building libstdc++v3 ]

make[2]: Entering directory
`/home/ab/src/gcc_development/build/i686-pc-linux-gnu/libf2c'
cd libI77; make CC='/home/ab/src/gcc_development/build/gcc/xgcc
-B/home/ab/src/gcc_development/build/gcc/
-B/home/ab/src/gcc_development/test/i686-pc-linux-gnu/bin/
-B/home/ab/src/gcc_development/test/i686-pc-linux-gnu/lib/ -isystem
/home/ab/src/gcc_development/test/i686-pc-linux-gnu/include'
LIBTOOL='/bin/sh ./libtool' CFLAGS='-g -O2' CPPFLAGS='' AR='ar'
RANLIB='ranlib' prefix='/home/ab/src/gcc_development/test'
exec_prefix='/home/ab/src/gcc_development/test'
libdir='/home/ab/src/gcc_development/test/lib'
libsubdir='/home/ab/src/gcc_development/test/lib/gcc-lib/i686-pc-linux-gnu/3.1'
tooldir='/home/ab/src/gcc_development/test/i686-pc-linux-gnu' all
make[3]: Entering directory
`/home/ab/src/gcc_development/build/i686-pc-linux-gnu/libf2c/libI77'
/bin/sh ../libtool --mode=compile
/home/ab/src/gcc_development/build/gcc/xgcc
-B/home/ab/src/gcc_development/build/gcc/
-B/home/ab/src/gcc_development/test/i686-pc-linux-gnu/bin/
-B/home/ab/src/gcc_development/test/i686-pc-linux-gnu/lib/ -isystem
/home/ab/src/gcc_development/test/i686-pc-linux-gnu/include -c -I.
-I../../../../gcc/libf2c/libI77 -I.. -I../../../../gcc/libf2c/libI77/..
-DHAVE_CONFIG_H -g -O2 ../../../../gcc/libf2c/libI77/Version.c -o
VersionI.lo
mkdir .libs
/home/ab/src/gcc_development/build/gcc/xgcc
-B/home/ab/src/gcc_development/build/gcc/
-B/home/ab/src/gcc_development/test/i686-pc-linux-gnu/bin/
-B/home/ab/src/gcc_development/test/i686-pc-linux-gnu/lib/ -isystem
/home/ab/src/gcc_development/test/i686-pc-linux-gnu/include -c -I.
-I../../../../gcc/libf2c/libI77 -I.. -I../../../../gcc/libf2c/libI77/..
-DHAVE_CONFIG_H -g -O2 ../../../../gcc/libf2c/libI77/Version.c  -fPIC
-DPIC -o .libs/VersionI.o
/home/ab/src/gcc_development/build/gcc/xgcc
-B/home/ab/src/gcc_development/build/gcc/
-B/home/ab/src/gcc_development/test/i686-pc-linux-gnu/bin/
-B/home/ab/src/gcc_development/test/i686-pc-linux-gnu/lib/ -isystem
/home/ab/src/gcc_development/test/i686-pc-linux-gnu/include -c -I.
-I../../../../gcc/libf2c/libI77 -I.. -I../../../../gcc/libf2c/libI77/..
-DHAVE_CONFIG_H -g -O2 ../../../../gcc/libf2c/libI77/Version.c -o
VersionI.o >/dev/null 2>&1
(cd ../../../../gcc/libf2c/libI77 && autoheader)
autoheader: No template for symbol `_POSIX_SOURCE'
make[3]: *** [../../../../gcc/libf2c/libI77/stamp-h.in] Error 1
make[3]: Leaving directory
`/home/ab/src/gcc_development/build/i686-pc-linux-gnu/libf2c/libI77'
make[2]: *** [i77] Error 2
make[2]: Leaving directory
`/home/ab/src/gcc_development/build/i686-pc-linux-gnu/libf2c'
make[1]: *** [all-target-libf2c] Error 2
make[1]: Leaving directory `/home/ab/src/gcc_development/build'
make: *** [bootstrap] Error 2


-- 
The best things in life are free.

http://www.tahallah.demon.co.uk


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]