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,82019ed25537e72d X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!news.glorb.com!syros.belnet.be!news.belnet.be!transit.news.xs4all.nl!195.241.76.212.MISMATCH!tiscali!transit1.news.tiscali.nl!dreader2.news.tiscali.nl!not-for-mail Newsgroups: comp.lang.ada Subject: Re: static GtkAda References: <87isb7nluv.fsf@insalien.org> From: Ludovic Brenta Date: Wed, 25 Aug 2004 21:08:00 +0200 Message-ID: <87hdqrkpdb.fsf@insalien.org> User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux) Cancel-Lock: sha1:Ap+IDdRWOJKLhF5Q9INZbYMiweI= MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Organization: Tiscali bv NNTP-Posting-Date: 25 Aug 2004 21:09:03 CEST NNTP-Posting-Host: 83.134.239.193 X-Trace: 1093460943 dreader2.news.tiscali.nl 62390 83.134.239.193:60766 X-Complaints-To: abuse@tiscali.nl Xref: g2news1.google.com comp.lang.ada:2996 Date: 2004-08-25T21:09:03+02:00 List-Id: Georg Bauhaus writes: > Ludovic Brenta wrote: > > : project My_Static_Project is > : ... > : package Linker is > : for Default_Options ("Ada") use > : ("/usr/lib/libgtkada2.a", > : "/usr/lib/libgnomeada2.a", -- if required > > I was wondering whether libgtkada2-dev could be made independent of > libgnome2-dev, as this dependence creates a host of 2nd level GNOME > dependence for all Debian GtkAda applications? This was done a few days ago; see bug #258733. libgtkada2_2.2.1-5 fixes it, and has been in unstable for 16 days now [1]. There are now two -dev packages, libgtkada2-dev and libgnomeada2-dev, and libgtkada2-dev has reduced dependencies. If you are using Sarge, wait a couple of days more because libgtkada2_2.2.1-5 is waiting for libgnome and gnome-vfs2. [1] http://bjorn.haxx.se/debian/testing.pl?package=libgtkada2 Note that this concerns only package dependencies; even in 2.2.1-4, libgnomeada2.{so,a} is separate from libgtkada2.{so,a} and you don't have to use it. -- Ludovic Brenta.