
7 Sep
2006
7 Sep
'06
6:36 p.m.
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 :( Maik