libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Linking against indirect dependencies


From: Szombathelyi György
Subject: Linking against indirect dependencies
Date: Mon, 24 May 2004 08:19:00 +0200
User-agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.6) Gecko/20040113

Hello!

I've just curious if is it possible _not_ to link a program/lib against its indirect dependencies. I mean if libC is linked against libB and libB is against libA then libtool will link libC against libA, which is not neccessary in most situations (at least not on Linux, but I guess not in most ELF platforms). What I've discovered is that libtool always links against all the depencency_libs in the .la file. Here's a thread about this issue in KDE: http://lists.kde.org/?l=kde-core-devel&m=108534182408921&w=2

Bye,
György





reply via email to

[Prev in Thread] Current Thread [Next in Thread]