This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: i686-pc-cygwin32 build of 19980628
- To: egcs at cygnus dot com
- Subject: Re: i686-pc-cygwin32 build of 19980628
- From: Dave Love <d dot love at dl dot ac dot uk>
- Date: 02 Jul 1998 18:03:02 +0100
- References: <199806301853.LAA04805@cygnus.com>
>>>>> "Tim" == Tim Prince <tprince@cat.e-mail.com> writes:
Tim> egcs-19980628 built successfully overnight on the following
Tim> conglomeration:
Tim> NT4
Tim> Cygnus/B19.1 (with lots of added links)
Tim> make-3.76.1 built with gcc-2.8.1
Tim> binutils-2.9.1
I just tried something similar -- tasteless, I know -- using C and
Fortran from that snapshot with a B19.1 base plus Khan's egcs-1.0.2
and binutils. I had a bit less success so far for some reason.
I configured --prefix, --exec-prefix and --target to match cygwin,
having to set CC for configure to `gcc'. It looks as though configure
should be happy with gcc in the absence of cc, but it isn't; I haven't
been inspired to investigate.
It fell over building libgcc2 because of conflicting prototypes for
__eprintf. Its third arg is unsigned int in stdlib.h, but just int in
libgcc2.c. Am I missing some cygwin patch for this, perhaps?