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)
I fixed it, eventually, after much messing around with PATH. The
strawberry perl c compiler, an irrelevant sjlj build, had snuck in
somewhere along the line and had been picked up by bjam.