Hello Ralf,
Ralf Wildenhues wrote:
> This particular bug has been fixed in the CVS version of Libtool, as far
> as I can see. Its tests/destdir.at tests exposes the branch-1-5 failure.
i rebuild libtool with the v1.5.23a and v2.1a (each from the daily
CVS snapshot). The error remains the same wi
With CVS autotools of this month I am getting in a pickle trying
to build a program which depends on a shared library which depends
on a shared library. This is on NetBSD which uses rpath. An example
based on one from autobook is attached which builds
hello -> libhello -> (libSM,libICE)
.libs/l
P.S. libtool --config tells me:
hardcode_automatic=no
inherit_rpath=no
link_all_deplibs=unknown
Patrick
___
http://lists.gnu.org/mailman/listinfo/libtool
We're pleased to announce the release of Automake 1.10.
Automake is a tool for automatically generating `Makefile.in's
suitable for use with Autoconf, compliant with the GNU Makefile
standards, and portable to various make implementations.
This release contains many bug fixes and improvements, bu
On Sun, Oct 15, 2006 at 08:53:41PM +0100, Patrick Welche wrote:
> With CVS autotools of this month I am getting in a pickle trying
> to build a program which depends on a shared library which depends
> on a shared library. This is on NetBSD which uses rpath. An example
> based on one from autobook
Hi,
Sorry for the delay...
Ralf Wildenhues wrote the following on 10/11/2006 11:38 PM:
> I don't think this functionality exists in branch-1-5.
>
You are right. I'm yet to provide a patch for branch-1-5
> Thanks for the patch; but I'm really wondering about the change.
> Before the patch, we g