Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!uunet!cis.ohio-state.edu!magnus.acs.ohio-state.edu!csn!boulder!news!grunwald From: grunwald@foobar.colorado.edu (Dirk Grunwald) Newsgroups: comp.unix.ultrix Subject: Re: looking for g++Hi. I am looking for a version of g++ that works with the Message-ID: <1991Jun25.161405.25301@colorado.edu> Date: 25 Jun 91 16:14:05 GMT References: <1991Jun25.114627.26914@unhd.unh.edu> Sender: news@colorado.edu (The Daily Planet) Reply-To: grunwald@foobar.colorado.edu Organization: University of Colorado at Boulder Lines: 17 In-Reply-To: glr@kepler.unh.edu's message of 25 Jun 91 11:46:27 GMT Nntp-Posting-Host: foobar.colorado.edu there is a binary distribution of the g++ tools available on foobar.colorado.edu in the pub/Gnu-For-Pmax directory. It's a tar that needs to be installed in /usr/local/Gnu. It reflect by working binary distribution. The OSF made numerous changes to gcc to support debugging and clean things up for the decstation. I hacked changes into an old version (1.37.2) of g++. I attempted to do the same to more recent versions (e.g. 1.39), but found the base G++ to be unstable & not as usefull. Debugging via the gdb included is hit & miss. Due to the vageries of COFF (&ECOFF) debugging information, you can't put enough information into the .o files to help the debugger figure out things like class variables.