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,89e4812782cd9412 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-02-25 10:03:24 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news.tele.dk!small.news.tele.dk!195.86.7.162!newsfeed.wirehub.nl!newsfeed.online.be!zur.uu.net!ash.uu.net!spool0900.news.uu.net!reader0902.news.uu.net!not-for-mail From: rhaper@houston.rr.com Subject: Re: Gnat Installation conflict on Linux Newsgroups: comp.lang.ada References: X-Newsreader: Lotus Notes Release 5.0.5 September 22, 2000 X-MIMETrack: Serialize by Notes Client on Rod Haper/HOU/Automation/METSO(Release 5.0.5 |September 22, 2000) at 02/25/2002 12:03:22 PM, Serialize complete at 02/25/2002 12:03:22 PM MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: 25 Feb 2002 18:03:22 GMT Message-ID: <3c7a7c6a$0$19407$724ebb72@reader2.ash.ops.us.uu.net> NNTP-Posting-Host: 63.65.135.250 X-Trace: 1014660202 reader2.ash.ops.us.uu.net 19407 63.65.135.250 Xref: archiver1.google.com comp.lang.ada:20385 Date: 2002-02-25T18:03:22+00:00 List-Id: The way I handle this problem is by locally redefining the PATH and LD_LIBRARY_PATH variables at the top of my Ada makefiles to place the GNAT directories ahead of the usual gcc direcories. This way my Ada makefiles see the GNAT versions and all of my other makefiles see the normal default gcc versions.