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.