From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: * X-Spam-Status: No, score=1.3 required=5.0 tests=BAYES_00,INVALID_MSGID, MSGID_RANDY autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,a94da93d0d7bdebb X-Google-Attributes: gid103376,public From: Robert Dewar Subject: Re: C++ with gcc Date: 2000/03/24 Message-ID: <8bg0sc$r8o$1@nnrp1.deja.com>#1/1 X-Deja-AN: 601778040 References: <38DB7762.90530BAE@limsi.fr> X-Http-Proxy: 1.0 x21.deja.com:80 (Squid/1.1.22) for client 205.232.38.14 Organization: Deja.com - Before you buy. X-Article-Creation-Date: Fri Mar 24 15:16:45 2000 GMT X-MyDeja-Info: XMYDJUIDrobert_dewar Newsgroups: comp.lang.ada X-Http-User-Agent: Mozilla/4.61 [en] (OS/2; I) Date: 2000-03-24T00:00:00+00:00 List-Id: In article <38DB7762.90530BAE@limsi.fr>, machrouh Youssef wrote: > I try to compile C++ programs with the gcc version coming with > the gnat compiler (3.12p). GNAT as distributed will not support g++. Any attempt to build a combined version that handles both GNAT and g++ will fail in one manner or another, since the two compilers currently require different versions of gcc (in particular GNAT requires a patched version of gcc 2.8.1 that has never been tested with g++, and in fact it is known that g++ cannot be built with this version of gcc). We are working hard to merge the two versions of gcc, so this is a problem which will disappear in the future (if you watch the gcc mailing list, you will be very aware of the activity in this area!) Robert Dewar Ada Core Technologies Sent via Deja.com http://www.deja.com/ Before you buy.