[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: dl{open,error}
From: |
Gary V . Vaughan |
Subject: |
Re: dl{open,error} |
Date: |
Sat, 30 Jun 2001 01:43:07 +0100 |
On Wednesday 16 May 2001 1:53 pm, Golubev I. N. wrote:
> 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.
Agreed. I am applying the attached patch to HEAD. Let me know if this
doesn't work for you.
Cheers,
Gary.
--
())_. Gary V. Vaughan gary@(oranda.demon.co.uk|gnu.org)
( '/ Research Scientist http://www.oranda.demon.co.uk ,_())____
/ )= GNU Hacker http://www.gnu.org/software/libtool \' `&
`(_~)_ Tech' Author http://sources.redhat.com/autobook =`---d__/
2001-06-30-gvv-sco-dlopen.patch
Description: Text document
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: dl{open,error},
Gary V . Vaughan <=