Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!burl!ulysses!allegra!mit-eddie!think!harvard!seismo!mcvax!ukc!warwick!jeff From: jeff@warwick.UUCP (Jeff Smith) Newsgroups: net.lang.c++ Subject: Re: experiences porting c++ release 1 to release 2 sun-2 Message-ID: <229@ubu.warwick.UUCP> Date: Wed, 12-Mar-86 17:05:01 EST Article-I.D.: ubu.229 Posted: Wed Mar 12 17:05:01 1986 Date-Received: Sat, 15-Mar-86 21:35:01 EST References: <224@ubu.warwick.UUCP> Distribution: net Organization: Computer Science, Warwick University, UK Lines: 13 in addition, to compile programs with static constructors or destructors, like hello world, you need to change munch.c: the line return 1; should be changed to exit (1); in the function main. the default exit status of a process on sun-2 rel 2 is 0, not the return value of main. jeff@warwick.uucp ..mcvax!warwick!jeff