I managed to get gnu g++ compiled and running. But when I run the following program the result is a bus error and a coredump. Can anybody identify where I went wrong? #include <stream.h> main() { cout << "This is a test.\n"; }