Path: utzoo!attcan!uunet!zephyr.ens.tek.com!uw-beaver!mit-eddie!wuarchive!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!trantor.harris-atd.com!x102c!wdavis From: wdavis@x102c.harris-atd.com (davis william 26373) Newsgroups: comp.unix.aux Subject: Trying to port G++ (GNU C++) to AUX Keywords: gnu, g++, c++ Message-ID: <4534@trantor.harris-atd.com> Date: 16 Oct 90 13:33:39 GMT Sender: news@trantor.harris-atd.com Reply-To: wdavis@x102c.ess.harris.com (davis william 26373) Organization: Harris Corporation GSS, Melbourne, Florida Lines: 13 I am trying to get GNU g++ running on AUX as a C++ compiler. I have the gcc compiler from apple.com and I have the source for the gcc compiler from apple.com and I have configure the gcc source to use the aux configuration files. Since the g++ compiler wants to use the gcc configuration files, I made a symbolic link to gcc/config from g++/config (because g++ was complaining that it didn't have config directory). When I try to run config.g++ using the symbolic link, there are files that g++ needs that are not in gcc/config. Has anyone successfully ported g++ to AUX? Thanks for any help, Bill Davis