This is the mail archive of the gcc-bugs@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]

[Bug bootstrap/17477] gcc-3.4.2 Sparc Solaris9 Build crash libiberty fibheap


------- Additional Comments From dj at redhat dot com  2004-09-14 19:36 -------
Subject: Re:  gcc-3.4.2 Sparc Solaris9 Build crash libiberty fibheap


This is the actual problem:

> fibheap.c: In function `fibheap_delete_node':
> fibheap.c:285: `LONG_MIN' undeclared (first use in this function)

Check your installed system headers and/or installed gcc headers and
find out why LONG_MIN isn't defined.  It should be in <limits.h>.

Alternately, check your config.log and config.h, and see if it didn't
detect <limits.h> properly and thus didn't define HAVE_LIMITS_H.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17477


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