libtool
[Top][All Lists]
Advanced

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

Re: library libltdlc.la


From: Gary V. Vaughan
Subject: Re: library libltdlc.la
Date: Fri, 27 Dec 2013 00:17:08 +1300

Hi José,

[[Added back libtool list to Cc:]]

On Dec 26, 2013, at 11:00 PM, José María Roldán Gil <address@hidden> wrote:

> Hello Gary. I am installing the courier main server. Last week I was 
> installing the authentication library of this server,  which needs tibtool 
> and libltdl library, when the installation made an error "libtool: link: 
> cannot find the library 'libltdl/libltdlc.la' or unhandled argument 
> 'libltdl/libltdlc.la'. I have installed libtool by ./configure, make and make 
> install. In /usr/lib I can find libltdl.a, libltdl.la, libltdl.so, 
> libltdl.so.3, libltdl.so.3.1.0. It is on Fedora Core 3

libltdlc.{a,la} is a convenience library - that is an ar(1) archive of shared 
objects to be statically linked (copied) into a program directly.  It is never 
installed, but built from sources included in the distribution of the parent 
package.

You should find that the courier main server source tree you are building from 
either contains a copy of the libltdl sources already, or else has a bootstrap 
(or autogen.sh) script that copies the libltdl sources into the tree using the 
libtoolize script installed along with the other libltdl files you just 
installed separately.

If the process isn't working properly, the maintainers of courier main server 
are much better placed to help you find the right combination of build 
commands, or else fix bugs in their libltdl integration.

HTH,
-- 
Gary V. Vaughan (gary AT gnu DOT org)

Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail


reply via email to

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