X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org To: "Balaji V. Iyer" Cc: , Subject: Re: Help with GCC on Cygwin References: <001301c87e7f$81b5f0b0$33160e98 AT ece DOT ncsu DOT edu> <001401c87e8a$39d583e0$33160e98 AT ece DOT ncsu DOT edu> From: Ian Lance Taylor Date: 05 Mar 2008 06:24:29 -0800 In-Reply-To: <001401c87e8a$39d583e0$33160e98@ece.ncsu.edu> Message-ID: 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 AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , 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" 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 . 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/