Hi, I had the same problem. It seems to be a mismatch of const and nonconst values. For me it helped to follow a pretty old (2005) hint. I had just to add the line "export CXXFLAGS="-library=stlport4" into my script. Uwe