On Thu, Jun 03, 2004 at 04:04:28PM +0100,
 Gary V. Vaughan <[EMAIL PROTECTED]> wrote 
 a message of 56 lines which said:

> Arrange for your aclocal.m4 to include ltdl.m4, and then in configure.ac:
> 
> ~  AC_LTDL_DLLIB
> ~  AC_SUBST([LIBADD_DL]) # probably not necessary for libtool >= 1.5
> 
> and in Makefile.am:
> 
> ~  program_LDADD = @LIBADD_DL@

Nice solution, thanks. At the present time, I just test dlopen myself
but I might integrate this macro later. Thanks again.


_______________________________________________
Libtool mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/libtool

Reply via email to