This is the mail archive of the cygwin mailing list for the Cygwin 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]

Re: Help with GCC on Cygwin


"Balaji V. Iyer" <bviyer@ncsu.edu> writes:

> Thank you Ian. I did the modification you mentioned...now I am running
> into more problems.

Again: gcc@gcc.gnu.org is the wrong mailing list.  Please do not send
any more e-mail about this to gcc@gcc.gnu.org.  Please take any
followups to gcc-help@gcc.gnu.org.  Thanks.


> gcc -c -DHAVE_CONFIG_H -g -O2  -I.
> -I../../gcc-4.0.2/libiberty/../include  -W -Wall -Wtraditional -pedantic
> ../../gcc-4.0.2/libiberty/fibheap.c -o fibheap.o
> ../../gcc-4.0.2/libiberty/fibheap.c: In function `fibheap_delete_node':
> ../../gcc-4.0.2/libiberty/fibheap.c:285: error: `LONG_MIN' undeclared
> (first use in this function)
> ../../gcc-4.0.2/libiberty/fibheap.c:285: error: (Each undeclared
> identifier is reported only once
> ../../gcc-4.0.2/libiberty/fibheap.c:285: error: for each function it
> appears in.)

This is cygwin specific.  LONG_MIN should be defined in <limits.h>.  I
hope that somebody on the cygwin mailing list can help you.

Ian

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


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