I have a problem when I building binutils-2.14 pass 1
host os: fedora core 1 with gcc 3.2.1
I had tried it again on redhat 9 with gcc 3.2-7,it turn out the same error
error message:
../../binutils-2.14/libiberty/fibheap.c: In function `fibheap_delete_node':
../../binutils-2.14/libiberty/fibheap.c:285: `LONG_MIN' undeclared (first use in this function)
../../binutils-2.14/libiberty/fibheap.c:285: (Each undeclared identifier is reported only once
../../binutils-2.14/libiberty/fibheap.c:285: for each function it appears in.)
make[1]: *** [fibheap.o] Error 1
make: *** [all-libiberty] Error 2