X-Recipient: archive-cygwin@delorie.com
X-Spam-Check-By: sourceware.org
To: "Balaji V. Iyer" <bviyer@ncsu.edu>
Cc: <gcc@gcc.gnu.org>, <cygwin@cygwin.com>
Subject: Re: Help with GCC on Cygwin
References: <001301c87e7f$81b5f0b0$33160e98@ece.ncsu.edu> 	<m3wsohybkz.fsf@localhost.localdomain> 	<001401c87e8a$39d583e0$33160e98@ece.ncsu.edu>
From: Ian Lance Taylor <iant@google.com>
Date: 05 Mar 2008 06:24:29 -0800
In-Reply-To: <001401c87e8a$39d583e0$33160e98@ece.ncsu.edu>
Message-ID: <m3skz5xn8i.fsf@localhost.localdomain>
Lines: 25
User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

"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/

