On Jul 23 11:03, Jacek Caban wrote: > On 07/20/13 03:57, JonY wrote: > > Hi, > > > > Cygwin errno.h does not define non-Posix errno_t, neither does Cygwin > > stdlib.h knows about _invalid_parameter_handler. > > > > In theory, any Cygwin code should not be using libmsvcrt.a at all, but > > this is currently a stopgap measure while I investigate how old the > > libmsvcrt.a inclusion goes. > > That's mostly a question to Cygwin devs, but don't they want -lmsvcrt to > work if someone really wants it? It would mean that we should provide > libmsvcrt.a in Cygwin builds.
No. The reason is, the Cygwin DLL is the CRT layer for Cygwin apps, so they must not link against libmsvcrt.a. Doing that would result in a non-Cygwin application, but that's what the Mingw cross compiler is for. Corinna ------------------------------------------------------------------------------ See everything from the browser to the database with AppDynamics Get end-to-end visibility with application monitoring from AppDynamics Isolate bottlenecks and diagnose root cause in seconds. Start your free trial of AppDynamics Pro today! http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
