__assert linker error
Brian Dessent
brian@dessent.net
Mon Nov 7 15:07:00 GMT 2005
Thomas Porschberg wrote:
> I compiled cppunit-library as a mingw32 (using -mno-cygwin) application
> and libqttestrunner as an cygwin library.
That is why it isn't working. You can't mix Cygwin and non-cygwin
objects in the same executable. Cygwin and mingw use completely
different C runtimes and trying to mix and match like that will not
work.
Brian
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
More information about the Cygwin
mailing list