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!news1.google.com!news4.google.com!newshub.sdsu.edu!newsfeed.news2me.com!newsfeed2.easynews.com!newsfeed1.easynews.com!easynews.com!easynews!newsfeed1.dallas1.level3.net!news.level3.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 12:08:34 -0600 Organization: LJK Software Message-ID: <3Xj20UmnCmW$@eisner.encompasserve.org> References: <1150472.HIHOOy7jJt@linux1.krischik.com> <43b92738$0$3802$9b4e6d93@newsread2.arcor-online.net> <32492718.GlmySslk4r@linux1.krischik.com> NNTP-Posting-Host: eisner.encompasserve.org X-Trace: grandcanyon.binc.net 1136225293 3798 192.135.80.34 (2 Jan 2006 18:08:13 GMT) X-Complaints-To: abuse@binc.net NNTP-Posting-Date: Mon, 2 Jan 2006 18:08:13 +0000 (UTC) Xref: g2news1.google.com comp.lang.ada:2419 Date: 2006-01-02T12:08:34-06:00 List-Id: In article <32492718.GlmySslk4r@linux1.krischik.com>, Martin Krischik writes: > Georg Bauhaus wrote: >> Or, isn't there an rpm option to install in separate >> installation roots? > > Yes there is. The problem is the search path for DLLs. The path of an DLL is > hard-coded into the executable. There is also an additional search which > can be set in /etc/ld.so.conf.d when the DLL is not found at the "usual" > place. The VMS equivalent tools have a command procedure to "choose which version of you want" and that command procedure defines logical names where shareable images (similar to DLLs I think) can be found. The name inside the image points to the shareable image via the logical name. > But that is all manual extra installation and can be quite tricky - nothing > I would want dump on an unwary beginner of Ada. How about having the default method point to the "standard place"? Those unwary beginners do not care about multiple versions.