Xref: utzoo comp.lang.c++:11105 comp.std.c++:527 comp.sys.encore:846 comp.sys.dec:4875 comp.org.decus:682 Path: utzoo!censor!geac!torsqnt!lethe!yunexus!ists!helios.physics.utoronto.ca!news-server.csri.toronto.edu!bonnie.concordia.ca!thunder.mcrcim.mcgill.edu!snorkelwacker.mit.edu!usc!zaphod.mps.ohio-state.edu!caen!caen.engin.umich.edu!grue From: grue@caen.engin.umich.edu (Paul Howell) Newsgroups: comp.lang.c++,comp.std.c++,comp.sys.encore,comp.sys.dec,comp.org.decus Subject: Re: ATT C++ port for DS3100 and Encore Multimax Message-ID: <1991Jan11.184418.9341@engin.umich.edu> Date: 11 Jan 91 18:44:18 GMT References: <622@tronsbox.xei.com> Sender: news@engin.umich.edu (CAEN Netnews) Reply-To: grue@caen.engin.umich.edu (Paul Howell) Organization: University of Michigan Engineering, Ann Arbor Lines: 39 In article , fay@wpi.WPI.EDU (Peter R Fay) writes: |> I am looking for anyone who has ported AT&T C++ R2.1 to either a DEC |> 3100 or the Encore Multimax (preferrably Umax 4.3). |> |> I have the source code tape, but no machine-dependent source files for |> these machines. Has anyone done either of these two ports or know of |> anyone who has? |> |> Much thanks. |> -pete fay |> -- |> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |> ~ Peter Fay College Computing Center ~ |> ~ (fay@wpi.edu) Worcester Polytechnic Institute ~ |> ~ (508)831-5725 100 Institute Road ~ |> ~ Worcester, MA 01609 ~ |> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ I just finished porting AT&T/C++ vers. 2.1 to a DECStation 3100 running Ultrix 3.1d. I first brought C++ up on a sparcstation running SunOS 4.1, then followed the steps to porting the translator to another architecture. To test the port, I compiled InterViews vers. 2.6 with only a minor problem with how lseek() was defined. This turned out to be within InterViews and not with the translator. If you're real careful, and make sure you use /bin/sh5 and not /bin/sh in Ultrix, it's not that hard to do. < Paul --- Paul Howell grue@caen.engin.umich.edu