libtool ChangeLog configure.ac

2008-01-31 Thread Gary V. Vaughan
CVSROOT:/sources/libtool Module name:libtool Changes by: Gary V. Vaughan gary 08/01/31 16:24:30 Modified files: . : ChangeLog configure.ac Log message: * configure.ac (AC_INIT): Bump version number to 2.1c. CVSWeb URLs:

libtool ChangeLog HACKING NEWS configure.ac lib...

2008-01-31 Thread Gary V. Vaughan
CVSROOT:/sources/libtool Module name:libtool Changes by: Gary V. Vaughan gary 08/01/31 16:21:19 Modified files: . : ChangeLog HACKING NEWS configure.ac libltdl: Makefile.inc Log message: GNU Libtool 2.1b was released.

libtool ChangeLog libtoolize.m4sh libltdl/m4/lt...

2008-01-31 Thread Gary V. Vaughan
CVSROOT:/sources/libtool Module name:libtool Changes by: Gary V. Vaughan gary 08/01/31 16:17:07 Modified files: . : ChangeLog libtoolize.m4sh libltdl/m4 : ltdl.m4 Log message: Unfortunately, the autoconf implementation of AC_LIBOBJ and

libtool ChangeLog libtoolize.m4sh tests/libtool...

2008-01-31 Thread Gary V. Vaughan
CVSROOT:/sources/libtool Module name:libtool Changes by: Gary V. Vaughan gary 08/01/31 16:14:10 Modified files: . : ChangeLog libtoolize.m4sh tests : libtoolize.at Log message: There are 5 distinct batches of files that libtoolize

libtool ChangeLog tests/cdemo/Makefile.am tests...

2008-01-31 Thread Gary V. Vaughan
CVSROOT:/sources/libtool Module name:libtool Changes by: Gary V. Vaughan gary 08/01/31 16:19:18 Modified files: . : ChangeLog tests/cdemo: Makefile.am tests/demo : Makefile.am tests/depdemo : Makefile.am

FYI: 349-gary-dont-recopy-macros-etc-for-nonsubproject-ltdl

2008-01-31 Thread Gary V. Vaughan
Applied to HEAD. Index: ChangeLog from Gary V. Vaughan [EMAIL PROTECTED] There are 5 distinct batches of files that libtoolize might install into a project, depending on whether libltdl is being installed in subproject mode, and in that case whether the

FYI: 352-gary-2-1b-prerelease-updates

2008-01-31 Thread Gary V. Vaughan
Applied to HEAD. Index: ChangeLog from Gary V. Vaughan [EMAIL PROTECTED] GNU Libtool 2.1b was released. * configure.ac (AC_INIT): Bump version number to 2.1b. * libltdl/Makefile.inc (LTDL_VERSION_INFO): Increment to account for new interfaces since the

FYI: 351-gary-distcheck-clean-compiler-droppings

2008-01-31 Thread Gary V. Vaughan
Applied to HEAD. Index: ChangeLog from Gary V. Vaughan [EMAIL PROTECTED] * tests/cdemo, tests/depdemo, tests/fcdemo, tests/pdemo, tests/demo, tests/f77demo, tests/mdemo, tests/tagdemo (distclean-local): Remove compiler file droppings left by Autoconf tests

FYI: 352-gary-2-1b-postrelease-updates

2008-01-31 Thread Gary V. Vaughan
Applied to HEAD. Index: ChangeLog from Gary V. Vaughan [EMAIL PROTECTED] * configure.ac (AC_INIT): Bump version number to 2.1c. Index: configure.ac === RCS file: /sources/libtool/libtool/configure.ac,v

GNU Libtool 2.1b released (alpha release)

2008-01-31 Thread Gary V. Vaughan
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

The right way to go in automake plus libtool

2008-01-31 Thread Roger Ferrer Ibanez
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

Re: The right way to go in automake plus libtool

2008-01-31 Thread Bob Friesenhahn
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

Re: GNU Libtool 2.1b released (alpha release)

2008-01-31 Thread Bob Friesenhahn
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',

Re: GNU Libtool 2.1b released (alpha release)

2008-01-31 Thread Gary V. Vaughan
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

Re: GNU Libtool 2.1b released (alpha release)

2008-01-31 Thread Bob Friesenhahn
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

Re: 350-gary-maintain-private-libobj-namespace

2008-01-31 Thread Bob Friesenhahn
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.

Re: GNU Libtool 2.1b released (alpha release)

2008-01-31 Thread Gary V. Vaughan
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/