Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!burl!ulysses!allegra!mit-eddie!genrad!decvax!mcnc!unc!goodrum From: goodrum@unc.UUCP (Cloyd Goodrum) Newsgroups: net.lang.c++ Subject: C++ installation problems Message-ID: <2282@unc.unc.UUCP> Date: Tue, 24-Jun-86 11:56:36 EDT Article-I.D.: unc.2282 Posted: Tue Jun 24 11:56:36 1986 Date-Received: Thu, 26-Jun-86 04:23:07 EDT Distribution: net Organization: CS Dept, U. of N. Carolina, Chapel Hill Lines: 25 *** REPLACE THIS LINE WITH YOUR MESSAGE *** I am installing AT&T's C++ release 1.0 on a Vax 11-785 running 4.2 BSD Unix.I have finally gotten it to compile OK, but it doesn't want to create runnable object code. Whenever I try to compile and run the following program: #include main() { cout << " Hello, world \n"; } I get a bus error and a core dump. I then tried creating a regular c program from this which I compiled and ran through dbx. Dbx told me that the problem was with the function _ostream__lshiftFPC__. Has anybody out there had any similiar problems? Cloyd Goodrum III