2013/4/26 Archie Campbell:
Hi,
I have compiled boost_1_53_0 using bjam on windows with MinGW (gcc-4.6.3).
I am using CodeBlocks for IDE and have successfully linked against Qt5.
Attempting to link against libboost_serialization produces undefined references to things like sjlj_unwind and archive_exception.
What's going wrong? Do I need to flag the compiler to change exception strategy?
Thanks in advance.
Archie
This occurs when one of the libraries compiled using the not SJLJ build of MinGW. (dwarf, for example) -- Regards, niXman ___________________________________________________ Dual-target(32 & 64-bit) MinGW compilers for 32 and 64-bit Windows: http://sourceforge.net/projects/mingwbuilds/ ___________________________________________________ Another online IDE: http://liveworkspace.org/