delorie.com/archives/browse.cgi | search |
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 AT sourceware DOT cygnus DOT com
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |