From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29148 invoked by alias); 28 Feb 2003 20:40:49 -0000 Mailing-List: contact insight-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sources.redhat.com Received: (qmail 29141 invoked from network); 28 Feb 2003 20:40:49 -0000 Received: from unknown (HELO mx1.redhat.com) (172.16.49.200) by 172.16.49.205 with SMTP; 28 Feb 2003 20:40:49 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id h1SKenq18986 for ; Fri, 28 Feb 2003 15:40:49 -0500 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h1SKenV14050; Fri, 28 Feb 2003 15:40:49 -0500 Received: from [150.1.200.14] (vpn50-53.rdu.redhat.com [172.16.50.53]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h1SKemC07592; Fri, 28 Feb 2003 15:40:48 -0500 Subject: Re: Can not view source under windows From: Keith Seitz To: Tomas Dahle Cc: "insight@sources.redhat.com" In-Reply-To: <1046457152.1490.5.camel@lindt.uglyboxes.com> References: <1046457152.1490.5.camel@lindt.uglyboxes.com> Content-Type: text/plain Organization: Message-Id: <1046465238.1492.18.camel@lindt.uglyboxes.com> Mime-Version: 1.0 Date: Sat, 01 Mar 2003 20:37:00 -0000 Content-Transfer-Encoding: 7bit X-SW-Source: 2003-q1/txt/msg00188.txt.bz2 On Fri, 2003-02-28 at 10:32, Keith Seitz wrote: > Here's how I build insight, regardless of host platform: > > $ cvs co insight+dejagnu > [time passes > $ ls > src/ > $ mkdir cygwin <-- or linux or hpux or whatever host I'm on; if I do a > cross, I use "cygwin-ppc" or "cygwin-mips-elf" etc > $ cd cygwin > $ CFLAGS="-g" ../src/configure --prefix=`pwd`/built \ > --exec-prefix=`pwd`/built/H-i686-pc-cygwin > $ make all-gdb > $ make install-gdb > > In fact, I'm attempting to configure and build it right now on cygwin > using this procedure. And it built, installed, and ran just fine (except for some stupid "etc not found" error while installing, but it doesn't affect anything). Keith