From: John Maddock (john_at_[hidden])
Date: 2006-09-08 05:16:55


Maik Beckmann wrote:
> Same problem on Linux using gcc-4.1.1 and glibc-2.4.
> Since Matlab's mexglx files don't like libstdc++'s std::string
> operations like
> str1 + str2 (--> segfault)
> I'm using STLport-5.0.2 which solves this issue. But now I can't use
> boost_regex :(

Why not? Did you build regex against STLport?

Thanks, John.