On Thu, Nov 07, 2002, Jason Evans wrote:

> [...]
> I built pth as such:
>
>       ./configure --enable-syscall-hard
>       make
>       make test
>       make install
>
> It appears that pth now has a dependency on libdl (specifically dlopen(),
> dlsym(), and dlclose()), and `pth-config --libs` does not specify -ldl.

You have to use "pth-config --all --libs" to also get external
dependency libs, too.
                                       Ralf S. Engelschall
                                       [EMAIL PROTECTED]
                                       www.engelschall.com
______________________________________________________________________
GNU Portable Threads (Pth)            http://www.gnu.org/software/pth/
User Support Mailing List                            [EMAIL PROTECTED]
Automated List Manager (Majordomo)           [EMAIL PROTECTED]

Reply via email to