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.9 required=5.0 tests=BAYES_00 autolearn=ham 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-18 12:51:07 PST Path: supernews.google.com!newsfeed.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed00.sul.t-online.de!newsmm00.sul.t-online.com!t-online.de!news.t-online.com!not-for-mail From: Gerhard =?iso-8859-1?Q?H=E4ring?= Newsgroups: comp.lang.ada Subject: Re: Mixing Cygnus & Gnat compilers on the same machine Date: Wed, 18 Apr 2001 21:44:42 +0200 Organization: T-Online Message-ID: <3ADDEEAA.D8F16935@bigfoot.de> References: <9bkd51$530$1@nh.pace.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: news.t-online.com 987623183 05 4650 TQvVSqrSSAaHq 010418 19:46:23 X-Complaints-To: abuse@t-online.com X-Sender: 320066699498-0001@t-dialin.net X-Mailer: Mozilla 4.76 [en] (Windows NT 5.0; U) X-Accept-Language: en Xref: supernews.google.com comp.lang.ada:6983 Date: 2001-04-18T21:44:42+02:00 List-Id: Marin David Condic wrote: > > I've got a version of the GNU compiler installed on a PC. This is a compiler > supplied by Cygnus and compiles C/C++ to a MIPS embedded processor. I would > like to install the GNAT compiler for the WinNT/PC platform as well. > However, I really hesitate since I fear there will be Registry changes or > collisions on directories or search paths or similar problems that will kill > my Cygnus gcc installation. I could find this out the hard way - install > GNAT and see what broke - or I could try the easy way first. Has anybody > done anything similar to this? Is there an easy way to have both compilers > resident on the same machine and not turn my life into a living hell for the > next week or two? 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