From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23600 invoked by alias); 18 May 2010 02:28:31 -0000 Received: (qmail 23588 invoked by uid 22791); 18 May 2010 02:28:30 -0000 X-SWARE-Spam-Status: No, hits=-0.1 required=5.0 tests=AWL,BAYES_05,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org Received: from mail-pz0-f184.google.com (HELO mail-pz0-f184.google.com) (209.85.222.184) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 18 May 2010 02:28:25 +0000 Received: by pzk14 with SMTP id 14so2787956pzk.25 for ; Mon, 17 May 2010 19:28:23 -0700 (PDT) Received: by 10.141.214.26 with SMTP id r26mr4358795rvq.225.1274149311314; Mon, 17 May 2010 19:21:51 -0700 (PDT) MIME-Version: 1.0 Received: by 10.141.22.7 with HTTP; Mon, 17 May 2010 19:21:30 -0700 (PDT) From: vikas gupta Date: Tue, 18 May 2010 02:28:00 -0000 Message-ID: Subject: insight not compiling under cygwin. To: insight@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 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/msg00017.txt.bz2 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. Regards, vikas