> 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()'
Looks like you didn't compile boost regex with stlport (you need to do that as well). John Maddock. _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost