This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


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

Re: BUG: stdin not a constant (fwd)


ANAZAWA Akio <anazawa@hic-soft.co.jp> wrote:
>Anyway, I'm worndering why Cygnus's gcc couldn't accept Peter's code.
>All of other portings of gcc (and others) that I can use around here
>accepted it (gcc 2.7.0 on SPARC, 2.6.3 on FreeBSD, Sun's workshop cc,
>VC++ 4.2 and 5.0).

The important thing is not the version of gcc you're using, it's the C
library you're using.  Cygwin32 uses Cygnus's "newlib" C library.

Cygnus chose to build a new version of the C library (mostly using
existing BSD-licence freeware sources), rather than using the probably
better-quality GNU C library.  This was apparently for financial reasons.

--
Fergus Henderson <fjh@cs.mu.oz.au>   |  "I have always known that the pursuit
WWW: <http://www.cs.mu.oz.au/~fjh>   |  of excellence is a lethal habit"
PGP: finger fjh@128.250.37.3         |     -- the last words of T. S. Garp.
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


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