__assert linker error
Thomas Porschberg
thomas.porschberg@osp-dd.de
Mon Nov 7 16:01:00 GMT 2005
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/
More information about the Cygwin
mailing list