Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
Message-ID: <010401c09b0a$6a3f1070$9865fea9@timayum4srqln4>
From: "Tim Prince" <tprince@computer.org>
To: "Tim Prince" <tprince@computer.org>,
        "Blythe.Stephen" <Stephen.Blythe@IGT.com>,
        "'Cygwin Mailing List'" <cygwin@cygwin.com>
References: <B7536E2DB26AD211A42500104BB49C72F6044A@manbarapp1.intgame.com> <000d01c09aa2$bec64c20$6767323f@amr.corp.intel.com>
Subject: Re: Problems building gcc-2.95.2
Date: Mon, 19 Feb 2001 22:57:30 -0800
MIME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 5.50.4133.2400
X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400


----- Original Message -----
From: "Tim Prince" <tprince@computer.org>
To: "Blythe.Stephen" <Stephen.Blythe@IGT.com>; "'Cygwin Mailing List'"
<cygwin@cygwin.com>
Sent: Monday, February 19, 2001 10:35 AM
Subject: Re: Problems building gcc-2.95.2


> Several interesting points were raised, which I am attempting to check
by
> building the standard gcc-2.95.3 myself right now.  After reading the
> messages, I am trying ../configure
>
CC='/usr/bin/gcc -mwin32' --host=i686-pc-cygwin --target=i686-pc-cygwin 
--pr
> efix=/usr/local/  in an attempt to avoid going into cross compiler
mode.  I
> find that my --prefix is being over-ridden to the extent of building
in
> /usr/local/i686-pc-cygwin

In the event that anyone is still interested, it's a dirty situation.
Regardless of choice of --target and --prefix, I found that I had to
copy all files from include/w32api into gcc-2.95.2/include, except for
getopt.h, which conflicts, in addtion to copying /usr/include to the
target install directory.  Then, in order to build libf2c, it is
necessary to copy those files into the libf2c build directory, as well
as hacking [de]time_.c to overcome their dependence on an obsoleted
version of <windows.h>.

I see that David Billinghurst has been able to build today's mainline
snapshot, but gets an excessive number of g++ testsuite failures.  My
connection with codesourcery appears to be broken today.


--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

