The Libtool Team is pleased to announce alpha release 2.1b of GNU
Libtool.
GNU Libtool hides the complexity of using shared libraries behind a
consistent, portable interface. GNU Libtool ships with GNU libltdl,
which hides the complexity of loading dynamic runtime libraries
(modules) behind a con
Hi,
maybe this sounds quite a naive question about using libtool in automake
but I don't know how to do it right.
I have an automake project with several directories, e.g A, B, C, where
A and B build both shared libraries, let's say them libA.la and libB.la.
C directory creates an executable,
On Thu, 31 Jan 2008, Roger Ferrer Ibanez wrote:
This works fine all the time (both running from the build directory and from
the installe executable) but libtool complains, when doing 'make install'
that it has to relink "libB.la" so I suspect that this is not the proper way
to go.
This comp
It is good that this is only an alpha release since it is now broken.
Perhaps the massive flurry of changes at the very last minute was not
a wise idea. I have been updating every few days without issues but
today libtool broke GraphicsMagick:
gmake[1]: *** No rule to make target `argz.lo', ne
Hi Bob!
On 1 Feb 2008, at 11:17, Bob Friesenhahn wrote:
It is good that this is only an alpha release since it is now
broken. Perhaps the massive flurry of changes at the very last
minute was not a wise idea.
Well, I only applied the 2 patches that have been open for comment on
the list
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"
_
Gary,
This scrap of email from the libtool-patches list includes evidence
that Ralf ran into the same problem that I ran into today. Something
must be special about your environment.
Note Ralf's observation that lt_libobj_prefix is not set by configure.
Bob
On Wed, 30 Jan 2008, Gary V. Vau
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_libobj