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,80eb73f0b0257a79 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!postnews.google.com!o13g2000cwo.googlegroups.com!not-for-mail From: "Ludovic Brenta" Newsgroups: comp.lang.ada Subject: Re: Recompiling? Date: 31 Aug 2005 04:00:55 -0700 Organization: http://groups.google.com Message-ID: <1125486055.535339.129390@o13g2000cwo.googlegroups.com> References: <1125324015.247179.276030@g43g2000cwa.googlegroups.com> <1125329216.771128.216930@g49g2000cwa.googlegroups.com> <1125484327.398754.139480@z14g2000cwz.googlegroups.com> NNTP-Posting-Host: 212.190.145.10 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1125486061 2399 127.0.0.1 (31 Aug 2005 11:01:01 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 31 Aug 2005 11:01:01 +0000 (UTC) In-Reply-To: <1125484327.398754.139480@z14g2000cwz.googlegroups.com> User-Agent: G2/0.2 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; SunOS sun4u; fr-FR; rv:1.6) Gecko/20040116,gzip(gfe),gzip(gfe) X-HTTP-Via: 1.1 SEVPXS01 Complaints-To: groups-abuse@google.com Injection-Info: o13g2000cwo.googlegroups.com; posting-host=212.190.145.10; posting-account=ZjNXewwAAADyBPkwI57_UcX8yKfXWOss Xref: g2news1.google.com comp.lang.ada:4331 Date: 2005-08-31T04:00:55-07:00 List-Id: Harald Korneliussen a =E9crit : > 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? Yes, the autotools routinely break compatibility with previous releases of themselves. Isn't it ironic? Makefiles were invented to circumvent the deficiencies of C (namely the lack of separate compilation); the autotools were invented to circumvent the deficiencies of make (namely the lack of portability), and now the autotools are revealing their own deficiencies. > 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? Package the Booch components for your distribution. Follow the GNU Ada Environment Specification[1]. Provide a GNAT project file, as explained in detail in [2]. [1] http://cert.uni-stuttgart.de/projects/ada/gnae.php [2] http://www.ada-france.org/debian/debian-ada-policy.html HTH --=20 Ludovic Brenta.