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, PP_MIME_FAKE_ASCII_TEXT autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII X-Google-Thread: 103376,ea451393a6c97734 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-04-18 13:46:23 PST Path: supernews.google.com!newsfeed.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!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, 18 Apr 2001 16:22:55 -0400 Organization: Posted on a server owned by Pace Micro Technology plc Message-ID: <9bkt30$asm$1@nh.pace.co.uk> References: <9bkd51$530$1@nh.pace.co.uk> <3ADDEEAA.D8F16935@bigfoot.de> NNTP-Posting-Host: 136.170.200.133 X-Trace: nh.pace.co.uk 987625376 11158 136.170.200.133 (18 Apr 2001 20:22:56 GMT) X-Complaints-To: newsmaster@pace.co.uk NNTP-Posting-Date: 18 Apr 2001 20:22:56 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: supernews.google.com comp.lang.ada:6986 Date: 2001-04-18T20:22:56+00:00 List-Id: Thanks. That makes a certain amount of sense as long as no Registry entries get changed. (Any searches will follow the PATH environment variable to whatever executables & libraries are needed.) I noticed that in your example, you have GNAT on a drive labeled "D". (Usual installation being to the "C" drive, naturally.) Is it necessary to have them both on different drives? Or is this just a case of the way it happened to end up in your environment? 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/ "Gerhard H�ring" wrote in message news:3ADDEEAA.D8F16935@bigfoot.de... > I have both the GNAT 3.13p compiler and a Cygnus compiler installed. > There is one only thing you must not forget: Whichever compiler you want > to use, put it at the front of the PATH. I have Cygnus GCC at the front > of the PATH. If I want to use GNAT, I have to do > > SET PATH=D:\ADA\GNAT\BIN;%PATH% or > export PATH=//d/Ada/GNAT/bin:$PATH > > depending on which shell I happen to use. Everything is working fine > then :-) > > Gerhard > -- > Sorry for the fake email, please use the real one below to reply. > contact: g e r h a r d @ b i g f o o t . d e > web: http://highqualdev.com