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,e36020a4e7d24836 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news4.google.com!feeder3.cambriumusenet.nl!feeder1.cambriumusenet.nl!feeder2.cambriumusenet.nl!feed.tweaknews.nl!194.109.133.84.MISMATCH!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!feeds.phibee-telecom.net!feeder.news-service.com!94.75.214.39.MISMATCH!aioe.org!.POSTED!not-for-mail From: localhost@example.org Newsgroups: comp.lang.ada Subject: Re: How to leave .ali files in original library? Date: Thu, 10 Mar 2011 06:10:26 +0000 (UTC) Organization: Aioe.org NNTP Server Message-ID: References: <87zkp4uhjl.fsf@ludovic-brenta.org> NNTP-Posting-Host: EUGFoB16xwXVxMnkfdNfCw.user.speranza.aioe.org X-Complaints-To: abuse@aioe.org X-Notice: Filtered by postfilter v. 0.8.2 Xref: g2news2.google.com comp.lang.ada:18991 Date: 2011-03-10T06:10:26+00:00 List-Id: > No, it's pretty much as static as you can get. This means your > executable depends only on the C library and the dynamic loader; they > are guaranteed to exist on your target computer even if it has no > compiler or other run-time library installed. So, you can declare > victory on this front :) BTW, ldd was the correct thing to do, too :) Super! Thanks for your help, I actually accomplished something sortof. > So essentially you want an installation of ncurses that you can reuse in > several programs without recompiling the library. I don't mind recompiling the few modules although it is wasteful if you think about it. I just don't like having the working directory cluttered with extra files for no good reason. I used to be able to avoid this using the trick Jeffrey Carter mentioned but now for some reason it doesn't seem to work. Thanks for your solution I'll go over it later on. > http://people.debian.org/~lbrenta/debian-ada-policy.html Ah great, I'll save the link. Thanks :)