This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: __assert linker error


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]