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 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit To: "Mumit Khan" , Cc: , 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 To: c DOT christian DOT joensson AT telia DOT com Cc: gnu-win32 AT cygnus 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 $ cd $ /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 /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".