Hi All,

I built the library individually with the following line :

bjam "-sTOOLS=gcc-stlport" "-sSTLPORT_ROOT=..."

everything seems to compile properly but when I use the following from a .so :

boost::regex exp("std");

I get the following error from dlopen:

ld.so.1: output/Text2RvMsg_tester: fatal: relocation error: file output/Text2RvMsg.so: symbol __Q25boostt14reg_expression3ZcZQ25boostt12regex_traits1ZcZQ24_STLt9allocator1ZcPCcUiRCQ24_STLt9allocator1Zc: referenced symbol not found

does anyone know how to get around this? There are similar symbols within the debug.so that I am trying to use however they are usually a
regex_traits1ZcZt24 or something similar.

I have tried to search for this but can't find a match for it, is it some gcc compilation error?

TIA

Chris

_________________________________________________________________
Add photos to your messages with MSN 8. Get 2 months FREE*. http://join.msn.com/?page=features/featuredemail

_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Reply via email to