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=-0.4 required=5.0 tests=AC_FROM_MANY_DOTS,BAYES_00 autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,ea451393a6c97734 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-04-25 11:27:06 PST Path: newsfeed.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!isdnet!psinet-france!psiuk-f4!psiuk-p4!uknet!psiuk-n!news.pace.co.uk!nh.pace.co.uk!not-for-mail From: "Marin David Condic" Newsgroups: comp.lang.ada Subject: Re: Mixing Cygnus & Gnat compilers on the same machine Date: Wed, 25 Apr 2001 14:12:34 -0400 Organization: Posted on a server owned by Pace Micro Technology plc Message-ID: <9c742i$1od$1@nh.pace.co.uk> References: <9bkd51$530$1@nh.pace.co.uk> <3ADDEEAA.D8F16935@bigfoot.de> <9bkt30$asm$1@nh.pace.co.uk> <3ADE4B03.68BA6651@bigfoot.de> <9bmphh$1jt$1@nh.pace.co.uk> <9bn2gr$55d$1@nh.pace.co.uk> NNTP-Posting-Host: 136.170.200.129 X-Trace: nh.pace.co.uk 988222354 1805 136.170.200.129 (25 Apr 2001 18:12:34 GMT) X-Complaints-To: newsmaster@pace.co.uk NNTP-Posting-Date: 25 Apr 2001 18:12:34 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Xref: newsfeed.google.com comp.lang.ada:6935 Date: 2001-04-25T18:12:34+00:00 List-Id: Well, it seems I've discovered a flaw that pricks the bubble of my earlier irrational exuberance.... On attempting to recompile some C++ code with the Cygnus compiler, I got the following message: Compiling rads/diag.cpp into rads/diag.o mips-elf-g++: installation problem, cannot exec `cpp': No such file or directory Upon de-installing Gnat, everything in Cygnus went back to being fine again. I can pretty much reproduce it exactly by installing/deinstalling Gnat and don't even need to reopen a command line window & reexecute the setup for Cygnus. (do the "make" from a window with Gnat installed - problem. Deinstall Gnat & repeat the command from the same window - it works.) It might be a lot of things, but at this juncture, I am not sure what. Anyway, be advised that Cygnus and Gnat have some problems playing in the same sandbox together. If anyone has an incling as to why, maybe you can clue me in. Thanks. MDC -- Marin David Condic Senior Software Engineer Pace Micro Technology Americas www.pacemicro.com Enabling the digital revolution e-Mail: marin.condic@pacemicro.com Web: http://www.mcondic.com/ "Marin David Condic" wrote in message news:9bn2gr$55d$1@nh.pace.co.uk... > Just in case you're ever on a quiz show and the emcee asks you about running > Cygnus with Gnat....... :-) >