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: cygwin1.dll


Waker wrote:

> hello there.
>
> is there any way to exclude cygwin1.dll from linking? i don't wanna
> port any unix app to a win32, but want to compile some application
> using cygwin, and cygwin1.dll is not required. how do i do this? is
> there somehing like -nodefaultlib? =)
>
> i used following command line:
>
> g++ -o myapp myapp.cpp -Wl,-S,--strip-debug
>
> thanx.

I think you want the -mnocygwin option.  Check Mumit Khan's web site
(there is a link to it on the soureceware.cygnus.com/cygwin page) for a
HOWTO on compiling apps that do not require the cygwin1.dll.  Basically
the compiler will link to the Microsoft libraries instead.

Brendan Simon.



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


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