delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/1998/12/14/04:59:05

From: david AT coent DOT freeserve DOT co DOT uk (Dr David Coe)
Subject: Re: How do I compile egcs-1.1.1 under Cygwin B20.1?
14 Dec 1998 04:59:05 -0800 :
Message-ID: <001b01be267d$fefc07d0$0100a8c0.cygnus.gnu-win32@coent.freeserve.co.uk>
Mime-Version: 1.0
To: "Mumit Khan" <khan AT xraylith DOT wisc DOT edu>, <c DOT christian DOT joensson AT telia DOT com>
Cc: <gnu-win32 AT cygnus DOT com>, <egcs AT cygus DOT com>

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 -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019