Staticly linking cygwin1.dll to exe?

Suhaib M. Siddiqi ssiddiqi@ipass.net
Wed Jun 30 22:10:00 GMT 1999


DJ Delorie wrote:
> 
> > Can the DLL be statically linked??  DLL stands for Dynamic loading...
> 
> It *can* be - I've done it, but it requires some hacks to make it work
> right (like a new malloc and crt0 files).  The only reason I did it
> was to profile cygwin itself, and I don't recommend the experience to
> anyone ;-)
> 

With hack everything, (if not everything many things) is possible.

What I mean that DLL purpose to consume less resources and load the
libraries dynamically when needed.  Otherwise, why not use static libs.


> --
> Want to unsubscribe from this list?
> Send a message to cygwin-unsubscribe@sourceware.cygnus.com

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com



More information about the Cygwin mailing list