Gandalf GreyHair wrote: > I guess this can have something to do with me usig an old system! The > compilation with the version 2.95.4 compiler, I got error for not finding > <ostream>.
The STL of gcc 2.95 ist too old. > My system! (using debian 3.0 linux (stable) Me too (with updated qt3 from ftp.kde.org). After installing libstlport4.5-dev (included in woody), the following configure command worked for me: QTDIR=/usr/share/qt3 ./configure --with-frontend=qt --enable-maintainer-mode --with-extra-inc=/usr/include/stlport CXXFLAGS="-DCXX_GLOBAL_CSTD -ftemplate-depth-30 -nostdinc++" LDFLAGS="-lstlport -lm" (This is one line, the line breaks are inserted by the mailer) Georg