Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!clyde.concordia.ca!uunet!cs.utexas.edu!samsung!zaphod.mps.ohio-state.edu!usc!henry.jpl.nasa.gov!elroy.jpl.nasa.gov!gryphon!turnkey!jackv From: jackv@turnkey.gryphon.COM (Jack F. Vogel) Newsgroups: comp.unix.aix Subject: Re: C++ Message-ID: <6402@turnkey.gryphon.COM> Date: 16 Dec 89 16:13:26 GMT References: <1989Dec12.150047.24705@ux1.cso.uiuc.edu> Reply-To: jackv@turnkey.gryphon.COM Organization: Turnkey Computer Consultants, Westchester, CA Lines: 25 In article <1989Dec12.150047.24705@ux1.cso.uiuc.edu> guarna@uicsrd.csrd.uiuc.edu (Vince Guarna) writes: > >I tried this a while ago and had no luck -- I thought I would try again: > has anyone successfully >ported GNU C++ (G++) or At&T C++ version 2.0 to AIX PS/2? Yes, we have gcc and g++ working here at Locus ( not in any "official" way, just the spare time hacking of some of us ). What you need to do is get the latest version of both gcc and g++ (1.36 and 1.36.1 I believe). Build gcc first, it actually has configuration files specifically for AIX/PS2. You just run config.gcc with the argument aix386 or some such and away you go. Then after building and installing gcc, use it to make g++, I don't think the config.g++ shell script has the aix option in it, but its a simple matter to copy the relevant portions out of the gcc script, link the config files and then build. I was not the one who built it here, but as far as I know configuring is all there really is to it. Good luck! Standard Disclaimer applies! __ Jack F. Vogel jackv@seas.ucla.edu AIX Technical Support - or - Locus Computing Corp. jackv@ifs.umich.edu