> I'm currently working on a cygwin32 port of DevIL (http://openil.sf.net). I get strange results when > trying to compile the libs with -mno-cygwin (we prefer to not depend on cygwin unix emulation as > we don't need it, we just use standard C functions) > >The problem is that i get dlls that still depend on cygwin1.dll ! but the compilation is done with > mno-cygwin flag. > > You have the entire libILU.dll compilation process in attachment (and the cygcheck output). It seems libtool is not passing the -mno-cygwin flag through when it starts linking the DLL.
Regards Chris -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/