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-Thread: 103376,c06ed2b443abb1e5 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!news4.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!wns13feed!worldnet.att.net!204.71.34.3!newsfeed.cwix.com!news.binc.net!kilgallen From: Kilgallen@SpamCop.net (Larry Kilgallen) Newsgroups: comp.lang.ada Subject: Re: [gnuada, question] installations directory Date: 2 Jan 2006 08:19:43 -0600 Organization: LJK Software Message-ID: References: <1150472.HIHOOy7jJt@linux1.krischik.com> NNTP-Posting-Host: eisner.encompasserve.org X-Trace: grandcanyon.binc.net 1136211566 32747 192.135.80.34 (2 Jan 2006 14:19:26 GMT) X-Complaints-To: abuse@binc.net NNTP-Posting-Date: Mon, 2 Jan 2006 14:19:26 +0000 (UTC) Xref: g2news1.google.com comp.lang.ada:2413 Date: 2006-01-02T08:19:43-06:00 List-Id: In article <1150472.HIHOOy7jJt@linux1.krischik.com>, Martin Krischik writes: > We could - just like GNAT/Pro on Windows - install each GNAT into a separate > directory. > > ---- > > Option 1 (leave as is) > > /opt/gnat > > > Option 2 (just the types): > > /opt/gnat/gpl > /opt/gnat/gcc > > Disadvantage: you can still only configure one system in /etc/profile.d and > /etc/ld.so.conf.d. > > Option 3 (inc. version); > > /opt/gnat/gpl/2005 > /opt/gnat/gcc/3.4.5 > /opt/gnat/gcc/4.0.2 > > Disadvantage: What should "rpm --upgrade" do? Probably not what half the > users would expect. I don't speak Unix, but several VMS products have the informal ability to have side versions and also the main version. The main version is the one in a less-adorned directory name and is the one that gets updated. You could probably apply that technique to Unix-land, letting the customer put individual versions in their correspondingly-named directories and also put one of those versions in a generally-named directory. You could even have the installation procedure readily do a parallel installation into a correspondingly-named directory when installing into the generally- named directory.