libtool-patches
[Top][All Lists]
Advanced

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

Re: question about AC_LTDL_SYS_DLOPEN_DEPLIBS


From: libtool-patches
Subject: Re: question about AC_LTDL_SYS_DLOPEN_DEPLIBS
Date: Mon, 16 Jul 2001 11:21:53 -0500
User-agent: Mutt/1.2.5i

On Fri, Jul 13, 2001 at 05:25:11PM -0500, Robert Boehne wrote:
> I added AIX to your list and wrote a test program to test it on
> both IRIX and AIX.  The dependent lib was opened under irix 6.5.8
> and aix 4.3.3.  Here is a slightly revised patch against HEAD.
> 
> 2001-07-13  Tim Mooney  <address@hidden>
> 
>        * ltdl.m4 (AC_LTDL_SYS_DLOPEN_DEPLIBS): fill in yes for
>        recent AIX, Digital/Tru64 UNIX and IRIX.
> 
> 
> Index: ltdl.m4
> ===================================================================
> RCS file: /cvsroot/libtool/libtool/ltdl.m4,v
> retrieving revision 1.25
> diff -u -r1.25 ltdl.m4
> --- ltdl.m4   2001/07/06 01:08:58     1.25
> +++ ltdl.m4   2001/07/13 22:16:16
> @@ -73,10 +73,24 @@
>       # PORTME does your system automatically load deplibs for dlopen()?
>       libltdl_cv_sys_dlopen_deplibs=unknown
>       case "$host_os" in
> +     aix4*)
> +       # Unknown whether this is true for aix5 or aix4.2-
> +       libltdl_cv_sys_dlopen_deplibs=yes
> +       ;;
> +     iris6*)

"iris6"? Should it be "irix6"?

-- 
albert chin (address@hidden)



reply via email to

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