From mboxrd@z Thu Jan 1 00:00:00 1970 From: Brendan Simon To: Alexey Yakovenko Cc: "'cygwin@sourceware.cygnus.com'" Subject: Re: cygwin1.dll Date: Tue, 31 Aug 1999 23:49:00 -0000 Message-ID: <37A54F35.A4FC2777@dgs.monash.edu.au> References: <2372.990802@makpes.donobl.db.energy.gov.ua> X-SW-Source: 1999-08n/msg00020.html Message-ID: <19990831234900.OSTjM1LCzeaq1bcawQyAXgJe2Gh0ml10JH4FMwTf8ps@z> 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