Mail Archives: cygwin/1998/12/14/04:59:05
Building egcs-1.1.1 out-of-the-box for 1586-cygwin32 works fine. As far as I
can see, however, the compiler predefines __CYGWIN32__ rather than the new
'standard' of __CYGWIN__ so you do need to watch the defines in various
contributed patches!!
David Coe
-----Original Message-----
From: Mumit Khan <khan AT xraylith DOT wisc DOT edu>
To: c DOT christian DOT joensson AT telia DOT com <c DOT christian DOT joensson AT telia DOT com>
Cc: gnu-win32 AT cygnus DOT com <gnu-win32 AT cygnus DOT com>; egcs AT cygus DOT com
<egcs AT cygus DOT com>
Date: 07 December 1998 22:33
Subject: Re: How do I compile egcs-1.1.1 under Cygwin B20.1?
Here's my configure line:
$ mkdir <objdir>
$ cd <objdir>
$ <srcdir>/configure --prefix=/Cygnus/cygwin-b20 \
--exec-prefix=/Cygnus/cygwin-b20/H-i586-cygwin32 i586-cygwin32
My guess is that all you have to do is the following:
$ cd <objdir>/gcc
$ make installdirs
$ cd ..
$ make
The ``make installdirs'' is needed so that the includes can be found via
the complier-directory-relative path lookup.
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request AT cygnus DOT com" with one line of text: "help".
- Raw text -