libtool
[Top][All Lists]
Advanced

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

Re: Adding the right flags to a program which dlopens


From: Stephane Bortzmeyer
Subject: Re: Adding the right flags to a program which dlopens
Date: Sat, 5 Jun 2004 21:54:03 +0200
User-agent: Mutt/1.5.5.1+cvs20040105i

On Wed, Jun 02, 2004 at 12:51:31PM -0500,
 Albert Chin <address@hidden> wrote 
 a message of 21 lines which said:

> Does this work:
>   AC_SEARCH_LIBS(dlopen, [-ldl])
> 
> This will add -ldl to $LIBS if needed. I think $LIBS is automatically
> linked into the main program.

It does but it tests dlopen once more, while it was already tested for
libtool. So, it is a small waste.




reply via email to

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