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]

[cs branch] compilation failure on GNU/Linux


Hello,

I've tried todays sources of compile-server-branch, but bootstrap fails
with:

if [ x"-fpic" != x ]; then \
  /mnt/karel/compile-server-branch/obj/gcc/xgcc
-B/mnt/karel/compile-server-branch/obj/gcc/
-B/home/karel/usr/local/gcc-server/i686-pc-linux-gnu/bin/
-B/home/karel/usr/local/gcc-server/i686-pc-linux-gnu/lib/ -isystem
/home/karel/usr/local/gcc-server/i686-pc-linux-gnu/include -isystem
/home/karel/usr/local/gcc-server/i686-pc-linux-gnu/sys-include -c
-DHAVE_CONFIG_H -O2 -O -I. -I../../../gcc-main/libiberty/../include  -W
-Wall -Wtraditional -pedantic -fpic ../../../gcc-main/libiberty/fibheap.c
-o pic/fibheap.o; \
else true; fi
../../../gcc-main/libiberty/fibheap.c: In function `fibheap_delete_node':

../../../gcc-main/libiberty/fibheap.c:285: error: `LONG_MIN' undeclared
(first use in this function)
../../../gcc-main/libiberty/fibheap.c:285: error: (Each undeclared
identifier is reported only once
../../../gcc-main/libiberty/fibheap.c:285: error: for each function it
appears in.)
make[2]: *** [fibheap.o] Error 1
make[2]: Leaving directory
`/mnt/karel/compile-server-branch/obj/i686-pc-linux-gnu/libiberty'
make[1]: *** [all-target-libiberty] Error 2
make[1]: Leaving directory `/mnt/karel/compile-server-branch/obj'
make: *** [bootstrap-lean] Error 2

The sources were configured with:
../gcc-main/configure --prefix=$HOME/usr/local/gcc-server --enable-shared
--enable-threads --enable-languages=c++ --disable-checking
--enable-__cxa_atexit

The OS is Debian GNU/Linux 3.0.

Cheers,

Karel
--
Karel Gardas                  kgardas@objectsecurity.com
ObjectSecurity Ltd.           http://www.objectsecurity.com


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