$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: FAVRE-REGUILLON Pascal (p.favre_at_[hidden])
Date: 2003-04-04 07:36:20
Hello,
I try to link executable with boost and STLPORT library to no effect.
I use g++ for Linux and CC for Sun solaris.
Do you have any workaround to the folowing errors ?
undefined reference to `boost::reg_expression<char,
boost::regex_traits<char>, _STL::allocator<char>
>::reg_expression(_STL::allocator<char> const&)'
undefined reference to `boost::reg_expression<char,
boost::regex_traits<char>, _STL::allocator<char>
>::operator=(boost::reg_expression<char, boost::regex_traits<char>,
_STL::allocator<char> > const&)'
undefined reference to `boost::reg_expression<char,
boost::regex_traits<char>, _STL::allocator<char> >::~reg_expression()'
...
Thanks for your help .
Pascal.