This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Compiling egcs


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".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]