From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3534 invoked by alias); 10 Jun 2009 13:17:19 -0000 Received: (qmail 3522 invoked by uid 22791); 10 Jun 2009 13:17:18 -0000 X-SWARE-Spam-Status: No, hits=-1.1 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,RCVD_NUMERIC_HELO,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from main.gmane.org (HELO ciao.gmane.org) (80.91.229.2) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 10 Jun 2009 13:17:12 +0000 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1MENft-0004Rc-Mo for insight@sources.redhat.com; Wed, 10 Jun 2009 13:17:05 +0000 Received: from 75.139.7.185 ([75.139.7.185]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 10 Jun 2009 13:17:05 +0000 Received: from gds by 75.139.7.185 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 10 Jun 2009 13:17:05 +0000 To: insight@sources.redhat.com From: Gene Smith Subject: Re: Compiling on cygwin Date: Wed, 10 Jun 2009 16:09:00 -0000 Message-ID: References: <49D25D2D.8090407@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) In-Reply-To: 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: 2009-q2/txt/msg00069.txt.bz2 Spencer Oliver wrote: >> I know gdb has had some churn in it in the past year to add "native" >> mingw support, but I don't believe that this will work with >> Insight. I have never tried, though, so it might not be as >> bad as I am guessing. >> > > just for info insight-6.8 builds on native mingw out of the box. > older versions of insight required a few tweaks however. > > Cheers > Spen > Spen, If you monitor this list maybe you can answer this. When you say "builds on native mingw" do you mean under cygwin with configure option CC="gcc -mno-cygwin" or do you mean builds under the msys shell? So far I have gotten errors with both methods with CVS head version. Haven't tried 6.8 yet. Trying pure cygwin build now... -gene