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


Thanks for this explanation. 
The way to get a self-contained non-cygwin but windows
CPPUNIT application based on QT is therefore 
1) download the qt-library as sources
2) compile it with -mno-cygwin -mwindows compiler flags
3) build libqttestrunner with this new qt-library and 
   -mno-cygwin -mwindows as well
4) build my CPPUNIT test with libqttestrunner and qt

Is this roadmap ok ?

Thomas

On Mon, Nov 07, 2005 at 06:46:16AM -0800, Brian Dessent wrote:
> 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/
> 

-- 


--
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]