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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,80eb73f0b0257a79 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!z14g2000cwz.googlegroups.com!not-for-mail From: "Harald Korneliussen" Newsgroups: comp.lang.ada Subject: Re: Recompiling? Date: 31 Aug 2005 03:32:07 -0700 Organization: http://groups.google.com Message-ID: <1125484327.398754.139480@z14g2000cwz.googlegroups.com> References: <1125324015.247179.276030@g43g2000cwa.googlegroups.com> <1125329216.771128.216930@g49g2000cwa.googlegroups.com> NNTP-Posting-Host: 158.38.141.144 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1125484333 32637 127.0.0.1 (31 Aug 2005 10:32:13 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 31 Aug 2005 10:32:13 +0000 (UTC) User-Agent: G2/0.2 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.6) Gecko/20050317 Firefox/1.0.6,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: z14g2000cwz.googlegroups.com; posting-host=158.38.141.144; posting-account=5vUApw0AAADF5Kx_4-L9ZPdL9lZywYoQ Xref: g2news1.google.com comp.lang.ada:4330 Date: 2005-08-31T03:32:07-07:00 List-Id: I see. On a side note, it's not the only thing I have to fix when reinstalling. The projects I've made with autoconf/automake now refuse to work. Pretty sweet for a system designed to maintain compatibility, huh? There's another pretty basic question I want to ask, about the correct and portable way to install something like the Booch components as a shared library. The package is just a bunch of source files. I suppose I could copy them to every project that I use booch on, but that seems so unclean and wasteful. Any suggestions? Harald Korneliussen