|
unable to install latest gcc version
I have already gcc3.2.2.When i tried to install gcc3.3 i got following error during make
../../gcc-3.3/libiberty/fibheap.c: In function `fibheap_delete_node':
../../gcc-3.3/libiberty/fibheap.c:285: `LONG_MIN' undeclared (first use in
this function)
../../gcc-3.3/libiberty/fibheap.c:285: (Each undeclared identifier is reported
only once
../../gcc-3.3/libiberty/fibheap.c:285: for each function it appears in.)
make[1]: *** [fibheap.o] Error 1
make[1]: Leaving directory `/home/ak/test/libiberty'
make: *** [all-libiberty] Error 2
How to fix this ?
I don't mind overwritting existing gcc
Thanks in advance
AK
|