libtool
[Top][All Lists]
Advanced

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

Re: GNU Libtool 2.1b released (alpha release)


From: Gary V. Vaughan
Subject: Re: GNU Libtool 2.1b released (alpha release)
Date: Fri, 1 Feb 2008 15:25:02 +0800

Hi Bob,

On 1 Feb 2008, at 13:09, Bob Friesenhahn wrote:
On Fri, 1 Feb 2008, Gary V. Vaughan wrote:

What does this show in your environment?

$ grep lt_ltdl_dir= configure
lt_ltdl_dir='ltdl'
$ grep lt_libobj_prefix
lt_dlopen_dir="$lt_ltdl_dir"; lt_libobj_prefix="$lt_ltdl_dir/"
     _ltdl_libobjs="$_ltdl_libobjs $lt_libobj_prefix$i.$ac_objext"
     _ltdl_ltlibobjs="$_ltdl_ltlibobjs $lt_libobj_prefix$i.lo"

The same.

So this is not the same as the bug Ralf found, as he observed that lt_libobj_prefix was not
set, whereas you have it correctly set to "ltdl/".

Does ltdl_LTLIBOBJS in your Makefile also contain the correct value?

  $ grep ltdl_LTLIBOBJS Makefile
  ltdl_LTLIBOBJS =  ltdl/argz.lo
  [[...]]

What version of autoconf are you using?

2.61

Same as me.

Did you apply my small patch to the GraphicsMagick configure.ac and bootstrap scripts?

I am not aware of any small patch from you. Is it diminishingly small so I might not have seen it? :-)

It was indeed tiny, and attached to my reply to Ralfs GraphicsMagick report. I'm reattaching
here too...

Aha! I get the same error if I undo that patch in my GraphicsMagick working copy, run bootstrap with libtoolize (2.1b). I'll see if I can figure out why I get this:

  $ grep argz.lo Makefile
  ltdl_LTLIBOBJS =  argz.lo

Instead of this:

  $ grep argz.lo Makefile
  ltdl_LTLIBOBJS =  ltdl/argz.lo

In the mean time, you can work around it by applying the attached patch to GraphicsMagick.


FYI: Down-reving libtool to the version current as of 2008-01-28 produces a working libtool.

I do recall Ralph mentioning to you a couple of days ago that something breaks GraphicsMagick but I did not pay much attention at the time.


He did, and I made sure that it worked on my machine before I rolled the release. Ralf and I concluded that something broke when he manually applied my patches after they were mangled
by my MTA.

Cheers,
        Gary
--
  ())_.              Email me: address@hidden
  ( '/           Read my blog: http://blog.azazil.net
  / )=         ...and my book: http://sources.redhat.com/autobook
`(_~)_

Attachment: 1-gary-update-configury-for-libtool-2.1b.txt
Description: Text document






Attachment: PGP.sig
Description: This is a digitally signed message part


reply via email to

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