From: khan@xraylith.wisc.edu (Mumit Khan)
Subject: Re: Compiling egcs
24 Jul 1998 20:20:44 -0700
Message-ID: <Pine.SUN.3.93.980724131448.9436A-100000.cygnus.gnu-win32@modi.xraylith.wisc.edu>
References: <35b815af.vision@visionplus.co.nz>
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
To: swong@visionplus.co.nz
Cc: gnu-win32@cygnus.com

On Fri, 24 Jul 1998 swong@visionplus.co.nz wrote:

> Hi
> 
> I am trying to compile egcs-1.0.3a on my Win NT machine,
> I am currently using cygwin32 beta 19 release.
> gcc version is 2.7-B19
> 
> I got this error during make:

Here's how:
   
   % mkdir build
   % cd build
   % ../configure --prefix=/Cygnus/B19 \
     --exec-prefix=/Cygnus/B19/H-i386-cygwin32
   % make
   % make install

Replace /Cygnus with wherever you've installed the Cygnus CDK.

Good luck.

-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".
