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]

libc.a vs libgcc.a (was: Hip, Hip, Hooray for b19)


On 01-Mar-1998, Steve Biskis <mlx@san.rr.com> wrote:
> Whats the difference between libgcc.a & libc.a?

libgcc.a contains a few small routines used by gcc-compiled code
(gcc inserts implicit calls to routines in libgcc.a),
whereas libc.a is the standard C library
(which is called explicitly rather than implicitly).

In b19, libc.a is part of cygwinb19.dll / libcygwin.a,
whereas libgcc.a is not.

> It looks like libc is the one used by the dll since you get 
> "_impure_ptr redefined" warnings if you try to put it and -lcygwin 
> on a link line together but things still compile.  So what are the
> pros and cons of linking one vs. the other ?

If you want to use cygwin*.dll, then you should link with -lgcc and -lcygwin,
not with -lc.

-- 
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]