libtool-patches
[Top][All Lists]
Advanced

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

Re: branch-1-4 AIX, HP-UX fix


From: Gary V. Vaughan
Subject: Re: branch-1-4 AIX, HP-UX fix
Date: Mon, 3 Sep 2001 00:03:14 +0100
User-agent: Mutt/1.3.21i

On Fri, Aug 31, 2001 at 01:24:52AM -0500, address@hidden wrote:
> 1. I've passed the AIX fix by Dan McNichol from IBM and he's OK with it.
>    This patch is also needed on HEAD. Once this patch is in,
>    LDFLAGS="-Wl,-brtl" ./configure will get AIX with and without gcc
>    in the 1.4 branch to pass *all* tests.

Great news!  Thanks.

> 2. The patch to shl_load syncs up this section of code with HEAD.

I've decided to fall back on GNU DLD again if all else fails, so we
now have this (in HEAD and in branch-1-4):

    AC_CHECK_FUNC([shl_load],
          [lt_cv_dlopen="shl_load"],
      [AC_CHECK_LIB([dld], [shl_load],
            [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"],
        [AC_CHECK_FUNC([dlopen],
              [lt_cv_dlopen="dlopen"],
          [AC_CHECK_LIB([dl], [dlopen],
                [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],
            [AC_CHECK_LIB([svld], [dlopen],
                  [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
              [AC_CHECK_LIB([dld], [dld_link],
                    [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
              ])
            ])
          ])
        ])
      ])

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__/



reply via email to

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