libtool
[Top][All Lists]
Advanced

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

Re: Problem using libtool under AIX 5.2 ?


From: Ralf Wildenhues
Subject: Re: Problem using libtool under AIX 5.2 ?
Date: Thu, 10 Nov 2005 23:21:26 +0100
User-agent: Mutt/1.5.9i

Hi,

* address@hidden wrote on Thu, Nov 10, 2005 at 11:13:12PM CET:
> address@hidden:/usr/local/builds/install/libtool-1.5] libtool --version
> 
> ltmain.sh (GNU libtool) 1.5 (1.1220 2003/04/05 19:32:58)
> C compiler cc_r  verion 6
> AIX 5.2 Maintenance level 6

> Attempting to build Imagmagick 6.2.5, I got the following which appears
> to be a libtool errors:
> 
> Is this a problem with libtool if so, is there a cure?

Yes, most likely.  The libtool version used in Imagmagick 6.2.5 is
rather old.  libtool-1.5.20 is current.  We have a few improvements in
our CVS HEAD development tree for AIX not present in the 1.5.x branch,
so:
  if you re-libtoolize Imagemagick with 1.5.20 (you'll need the other
  autotools as well), it works with runtimelinking:
     configure LDFLAGS=-Wl,-brtl
  and it may work even without it (but I'm not sure of that; I
  have tested that extensively only with CVS HEAD).

> ld: 0711-319 WARNING: Exported symbol not defined: lt_dlclose
> 
*snip*
> ld: 0711-317 ERROR: Undefined symbol: .lt_dlsym
> ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more
> information.

Cheers,
Ralf




reply via email to

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