Xref: utzoo comp.sys.encore:563 gnu.g++:754 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!samsung!munnari.oz.au!sirius.ucs.adelaide.edu.au!sirius!matthewd From: matthewd@cs.ua.oz.au (Matthew Donaldson) Newsgroups: comp.sys.encore,gnu.g++ Subject: g++ on Multimax Message-ID: Date: 29 Mar 90 06:16:57 GMT Sender: news@ucs.adelaide.edu.au Followup-To: comp.sys.encore Distribution: comp Organization: Computer Science, Adelaide University, Australia Lines: 13 Hi. I have been trying to install g++ on an Encore Multimax running Umax 4.2 (R3.3.0), without success. Gcc works providing the standard ld and as are used and g++ works fine for c++ programs containing only standard c library calls (i.e. no cin, cout, etc). When c++ specific things are added, the program still compiles, but the executable gives a segmentation fault immediately when run. This appears to me to be a consequence of using the standard ld, but I'm not sure. I also tried to get coff encapsulation going for gcc, but when converting libc.a, robotussin bombed with the following message: robotussin: can't handle coff reloction type 020421. Has anyone managed to make g++ work by any means under Umax 4.2? -Matthew