Georg Baum wrote: > I don't know how qt's configure works, but with autotools configure you > would use something like > > configure CPPFLAGS="-D_GLIBCXX_DEBUG -D_GLIBCXX_DEBUG_PEDANTIC"
That's how I understood qt configure help: -D <string> ........ Add an explicit define to the preprocessor. > You can verify that it was correct by looking at the gcc commandline when > it compiles an arbitrary file. Do the flags appear? Yes. > > The crash still occurs, though. > > If the flags where visible to the compiler than this means that > stdlib-debug works, and the bug is somewhere else. OK. Jürgen