From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26689 invoked by alias); 18 May 2010 09:25:06 -0000 Received: (qmail 26656 invoked by uid 22791); 18 May 2010 09:25:04 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org Received: from mail.gmx.net (HELO mail.gmx.net) (213.165.64.20) by sourceware.org (qpsmtpd/0.43rc1) with SMTP; Tue, 18 May 2010 09:24:56 +0000 Received: (qmail invoked by alias); 18 May 2010 09:24:53 -0000 Received: from baloo.cs.uni-paderborn.de (EHLO baloo.cs.uni-paderborn.de) [131.234.21.116] by mail.gmx.net (mp040) with SMTP; 18 May 2010 11:24:53 +0200 Received: from [127.0.0.1] by baloo.cs.uni-paderborn.de with esmtp (Exim 4.70) (envelope-from ) id L2LZHF-0005K4-AX for insight@sourceware.org; Tue, 18 May 2010 11:24:51 +0200 Message-ID: <4BF25CE2.8030607@gmx.de> Date: Tue, 18 May 2010 09:25:00 -0000 From: Matthias Andree User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; de; rv:1.9.1.9) Gecko/20100317 Lightning/1.0b1 Thunderbird/3.0.4 MIME-Version: 1.0 To: insight@sourceware.org Subject: Re: insight not compiling under cygwin. References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact insight-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sourceware.org X-SW-Source: 2010-q2/txt/msg00018.txt.bz2 Am 18.05.2010 04:21, schrieb vikas gupta: > I tried compiling insight 6.8-1 for cygwin, got the following > compilation errors:- > Please help:- > /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../insigh > t-6.8-1/bfd -I. -I. -I../../insight-6.8-1/bfd -I../../insight-6.8-1/bfd/../inclu > de -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -g -O2 -c -o el > flink.lo ../../insight-6.8-1/bfd/elflink.c > libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../insight-6.8-1/bfd -I. -I. -I. > ./../insight-6.8-1/bfd -I../../insight-6.8-1/bfd/../include -W -Wall -Wstrict-pr > ototypes -Wmissing-prototypes -Werror -g -O2 -c ../../insight-6.8-1/bfd/elflink. > c -o elflink.o > ../../insight-6.8-1/bfd/elflink.c:5237: warning: unused parameter 'info' > make[4]: *** [elflink.lo] Error 1 > make[4]: Leaving directory `/cygdrive/c/insight-6.8-1/insight/bfd' > make[3]: *** [all-recursive] Error 1 > make[3]: Leaving directory `/cygdrive/c/insight-6.8-1/insight/bfd' > make[2]: *** [all] Error 2 > make[2]: Leaving directory `/cygdrive/c/insight-6.8-1/insight/bfd' > make[1]: *** [all-bfd] Error 2 > make[1]: Leaving directory `/cygdrive/c/insight-6.8-1/insight' > make: *** [all] Error 2 > > my gdb version is gdb 6.8.0. I reported this short after Cygwin 1.7 release I believe in January, no response since then :-( You can use configure options to suppress -Werror, but then building the tcl/tk stuff fails later on. -- Matthias Andree