Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!cornell!rochester!udel!princeton!phoenix!fine!levy From: levy@fine.Princeton.EDU (Silvio Levy) Newsgroups: gnu.g++ Subject: Re: InterViews and C++ vs g++ Keywords: InterViews, C++, g++ Message-ID: <6468@phoenix.Princeton.EDU> Date: 17 Feb 89 15:56:55 GMT References: <10173@bcsaic.UUCP> Sender: news@phoenix.Princeton.EDU Reply-To: levy@fine.UUCP (Silvio Levy) Distribution: na Organization: Princeton University, Princeton NJ Lines: 22 In article <10173@bcsaic.UUCP> chrise@bcsaic.UUCP (Chris Esposito) writes: > I have g++ but not AT&T's C++. The g++ README file states that g++ is NOT > perfectly compatible with C++ but does not elaborate on what the differences > are. The InterViews README file states that it requires C++ and uses a > modified version of `cfront' (patches supplied with InterViews). Has anyone > tried to compile InterViews with g++? If so, did it work and what problems > did you have? If nobody has yet, then I will try it myself and tell whoever > is interested how it went. Actually the `User's Guide to Gnu C++', which comes with the G++ distribution, explains exactly what the incompatibilites are. They seem to be minor (mostly needed to support additional G++ capabilities). I remember reading a reference to InterViews somewhere in the G++ documentation, but I can't find it right now. (Perhaps a find -exec grep would help you, I don't have the time right now.) I'd suggest making sure you have the latest G++ version (1.32.0, I believe) since the stuff is still changing fairly quickly. Silvio Levy