www.delorie.com/archives/browse.cgi | search |
X-Recipient: | archive-cygwin AT delorie DOT com |
X-Spam-Check-By: | sourceware.org |
To: | "Balaji V. Iyer" <bviyer AT ncsu DOT edu> |
Cc: | <gcc AT gcc DOT gnu DOT org>, <cygwin AT cygwin DOT com> |
Subject: | Re: Help with GCC on Cygwin |
References: | <001301c87e7f$81b5f0b0$33160e98 AT ece DOT ncsu DOT edu> <m3wsohybkz DOT fsf AT localhost DOT localdomain> <001401c87e8a$39d583e0$33160e98 AT ece DOT ncsu DOT edu> |
From: | Ian Lance Taylor <iant AT google DOT 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 |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Id: | <cygwin.cygwin.com> |
List-Unsubscribe: | <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT com> |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
"Balaji V. Iyer" <bviyer AT ncsu DOT edu> writes: > Thank you Ian. I did the modification you mentioned...now I am running > into more problems. Again: gcc AT gcc DOT gnu DOT org is the wrong mailing list. Please do not send any more e-mail about this to gcc AT gcc DOT gnu DOT org. Please take any followups to gcc-help AT gcc DOT gnu DOT 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/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |