Xref: utzoo comp.unix.sysv386:4603 comp.lang.c++:11474 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!jahangir!wayne From: wayne@jahangir.UUCP (wayne) Newsgroups: comp.unix.sysv386,comp.lang.c++ Subject: g++ Keywords: g++, i386, coredump Message-ID: <483@jahangir.UUCP> Date: 5 Feb 91 21:24:11 GMT Followup-To: poster Organization: MDC, NYC Lines: 13 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 main() { cout << "This is a test.\n"; }