I see that qt3-libs get built with the -no-stl option (since Makefile.common 1.13). Ok ... What's the accepted workaround for building a package that uses operations like QString s += std::string t (which are ifdef'd right out of the qt3 api when built with -no-stl) ? Thanks, -Chap