This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: i686-pc-cygwin32 build of 19980628


>>>>> "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?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]