bug-libtool
[Top][All Lists]
Advanced

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

dl{open,error}


From: Golubev I. N.
Subject: dl{open,error}
Date: Wed, 16 May 2001 12:53:15 (GMT)

platform: i386-pc-sco3.2v5.0.2
libtool versions: 1.3.5, 1.4

In libc of this system there no `dl{open,error}' symbols.  System
<dlfcn.h> ensures creating references to correct names by `#define
dl{open,error}'.  To ensure enabling use of dlopen in ltdl,
`configure' should use AC_TRY_LINK([#include<dlfcn.h>],...) beside
`AC_CHECK_FUNC'.  If there are no known system where `dlopen' is
present but `AC_TRY_COMPILE([#include<dlfcn.h>],...)' fails (some
additional headers needed ...), AC_TRY_LINK alone will be enough.



reply via email to

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