libtool-patches
[Top][All Lists]
Advanced

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

Re: AIX -module patches for 1.5 branch


From: Bob Friesenhahn
Subject: Re: AIX -module patches for 1.5 branch
Date: Tue, 15 Oct 2002 16:02:26 -0500 (CDT)

Applied.

Thanks,

Bob

On Tue, 15 Oct 2002, Albert Chin wrote:

> When a module is built for AIX, the 'lib' prefix isn't needed, neither
> is the version. Tested with ImageMagick 5.4.9.
>
> 2002-10-15  Albert Chin-A-Young  <address@hidden>
>
>       * libtool.m4: When a module is built for AIX, the 'lib'
>       prefix isn't needed, neither is the version. AIX dlopen
>       will honor the RPATH in a library.
>
> --
> albert chin (address@hidden)
>
> -- snip snip
> Index: libtool.m4
> ===================================================================
> RCS file: /cvsroot/libtool/libtool/libtool.m4,v
> retrieving revision 1.266
> diff -u -3 -p -r1.266 libtool.m4
> --- libtool.m4        11 Oct 2002 15:52:08 -0000      1.266
> +++ libtool.m4        15 Oct 2002 20:50:33 -0000
> @@ -1047,6 +1047,9 @@ aix3*)
>
>  aix4* | aix5*)
>    version_type=linux
> +  need_lib_prefix=no
> +  need_version=no
> +  hardcode_into_libs=yes
>    if test "$host_cpu" = ia64; then
>      # AIX 5 supports IA64
>      library_names_spec='${libname}${release}.so$major 
> ${libname}${release}.so$versuffix $libname.so'
>
>
> _______________________________________________
> Libtool-patches mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/libtool-patches
>

======================================
Bob Friesenhahn
address@hidden
http://www.simplesystems.org/users/bfriesen





reply via email to

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