Hi, I just wanted to finish a quick job, but with my g++ version 3.3 (prelease, Suse 8.2) I got a compiler segmentation fault. So I downloaded the newest version (3.3) and got a similar error: > make TestDebug g++ -c -I/h/21/GemeinsameBasis/ZentralesArchiv/Hilfsprogramme/C++Bibliothek TestDebug.cpp /home/kullmann/csoliver/GCC/gcc-3.3/include/c++/3.3/iostream:297: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See <URL:http://gcc.gnu.org/bugs.html> for instructions. make: *** [TestDebug.o] Fehler 1 > g++ -v Reading specs from /home/kullmann/csoliver/GCC/gcc-3.3/lib/gcc-lib/i686-pc-linux-gnu/3.3/specs Configured with: /home/kullmann/csoliver/GCC/gcc-3.3/configure --enable-threads=posix --enable-long-long --prefix=/home/kullmann/csoliver/GCC/gcc-3.3 --with-local-prefix=/home/kullmann/csoliver/GCC/Include_3.3 --enable-languages=c,c++ --disable-nls --enable-shared Thread model: posix gcc version 3.3 I wonder whether someone has seen this before, and knows a quick work around?! I would be helpful for any tip! Oliver