libtool
[Top][All Lists]
Advanced

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

Re: libltdlc.la doesn't exist but autoconf adds it


From: Paulo J. Matos
Subject: Re: libltdlc.la doesn't exist but autoconf adds it
Date: Mon, 5 Jun 2006 14:32:15 +0100

Got it!
Problem with AC_LIBLTDL_CONVENIENCE. Should have had autoreconf after
adding this to configure.ac.

Paulo Matos

On 05/06/06, Paulo J. Matos <address@hidden> wrote:
Hi all,

In my project I'm doing in configure.ac:
AC_LIBLTDL_CONVENIENCE
AC_LIBLTDL_DLOPEN
AC_PROG_LIBTOOL
AC_SUBST(LIBLTDL)
AC_SUBST(LTDLINCL)

and in Makefile.am I'm adding LIBLTDL and LTDLINCL in LDADD and
CPPFLAGS respectively.
However, LIBLTDL seems to turn out to be ../libltdl/libltdlc.la which
doesn't exist. Only libltdl.la exists. Why the extra 'c'?

What's the autoconf problem?

Any ideas?

--
Paulo Jorge Matos - pocm at sat inesc-id pt
Web: http://sat.inesc-id.pt/~pocm
Computer and Software Engineering
INESC-ID - SAT Group



--
Paulo Jorge Matos - pocm at sat inesc-id pt
Web: http://sat.inesc-id.pt/~pocm
Computer and Software Engineering
INESC-ID - SAT Group




reply via email to

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