[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r35279 - trunk/build/ac-macros

From: Philip Martin <philip_at_codematters.co.uk>
Date: Fri, 16 Jan 2009 15:05:33 +0000

Stefan Sperling <stsp_at_elego.de> writes:

> A question I'd really like an answer to:
> Does anyone know the rational behind what libtool does
> and requires (using .la files to link against libraries),
> and the rational behind not following these requirements
> on some systems (not installing .la files on the system)?

Libtool resolves library dependencies recursively. This makes libtool
portable to lots of systems, but it upsets some distributions by
introducing unnecessary explicit dependencies. See section 4:

http://www.netfort.gr.jp/~dancer/column/libpkg-guide/libpkg-guide.html#shlibdependency

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=1028807
Received on 2009-01-16 16:05:59 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.