This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: bootstrap/3219
- To: gcc-gnats at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, gcc-bugs at gcc dot gnu dot org, nobody at gcc dot gnu dot org
- Subject: Re: bootstrap/3219
- From: Georg <georg at iserver dot workgroup>
- Date: Sat, 22 Sep 2001 11:43:49 +0200
On my i686 system this "bug" exists, too!
I use:
automake (GNU automake) 1.5
autoconf (GNU Autoconf) 2.52d
ltmain.sh (GNU libtool) 1.4.2 (1.922.2.53 2001/09/11 03:18:52)
This bug is still in the CVS tree.
As I remember this bug occured when upgrading to a newer version of one
of the programs above!
Removing && AC_DEFINE(_POSIX_SOURCE) in line 122 solves (?) this
problem!
The error output was:
make[1]: Entering directory `/root/gcc/i686-pc-linux-gnu/libf2c'
cd libI77; make CC='/root/gcc/gcc/xgcc -B/root/gcc/gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/
-isystem /usr/local/i686-pc-linux-gnu/include' CFLAGS='-g -O2'
CPPFLAGS='' AR='ar' RANLIB='ranlib' prefix='/usr/local'
exec_prefix='/usr/local' libdir='/usr/local/lib'
libsubdir='/usr/local/lib/gcc-lib/i686-pc-linux-gnu/3.1'
tooldir='/usr/local/i686-pc-linux-gnu' all
make[2]: Entering directory `/root/gcc/i686-pc-linux-gnu/libf2c/libI77'
/root/gcc/gcc/xgcc -B/root/gcc/gcc/ -B/usr/local/i686-pc-linux-gnu/bin/
-B/usr/local/i686-pc-linux-gnu/lib/ -isystem
/usr/local/i686-pc-linux-gnu/include -c -I. -I. -I.. -I./..
-DHAVE_CONFIG_H -g -O2 -o VersionI.o ./Version.c
(cd . && autoheader)
autoheader: missing template: _POSIX_SOURCE
make[2]: *** [stamp-h.in] Error 1
make[2]: Leaving directory `/root/gcc/i686-pc-linux-gnu/libf2c/libI77'
make[1]: *** [i77] Error 2
make[1]: Leaving directory `/root/gcc/i686-pc-linux-gnu/libf2c'
make: *** [all-target-libf2c] Error 2
Greetings Georg Wild
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=3219&database=gcc