Linking error in OMNeT++ using Boost serialization library

Posted by astriffe on Stack Overflow See other posts from Stack Overflow or by astriffe
Published on 2012-09-06T15:50:55Z Indexed on 2012/09/11 21:38 UTC
Read the original article Hit count: 148

Filed under:
|

I'm very new to OMNeT++ and I'd like to use the serialization-library contained in the boost framework. However, when trying to use it, I get quite many errors such as:

Description    Resource    Path    Location    Type
undefined reference to `boost::archive::archive_exception::~archive_exception()'
OmCCN line 36, external location: /home/alexander/UniBE/BT/simulator/boost-compiledLibs
/include/boost/serialization/throw_exception.hpp    C/C++ Problem

. I guess the problem is that I didn't yet link the compiled library in OMNeT. I've had a look at the makefile but any changes there are worthless since it is generated automatically by makemake. Furthermore, trying to access the menu item 'makemake' in project > properties > OMNeT++ IDE throws an error (The currently displayed page contains invalid values).

Can anyone give me a hint concerning what the error could cause or how to link the compiled library correctly?

Any hints are very appreciated!

cheers alex

© Stack Overflow or respective owner

Related posts about boost

Related posts about omnet++