How do I compile egcs-1.1.1 under Cygwin B20.1?
Dr David Coe
david@coent.freeserve.co.uk
Sun Dec 13 20:33:00 GMT 1998
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@xraylith.wisc.edu>
To: c.christian.joensson@telia.com <c.christian.joensson@telia.com>
Cc: gnu-win32@cygnus.com <gnu-win32@cygnus.com>; egcs@cygus.com
<egcs@cygus.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@cygnus.com" with one line of text: "help".
More information about the Cygwin
mailing list