Hi!
I found this in libtol/Changelog
2001-03-31 Gary V. Vaughan <[EMAIL PROTECTED]>
* ltmain.in: Remove the code for stripping duplicate deplibs
from libtool link lines -- duplicates are somtimes necessary
to satisfy inter-library dependencies, and never cause link to
Michael Matz wrote:
>
> Hi,
>
> On Sun, 1 Apr 2001, Gary V. Vaughan wrote:
> > > >
> > > > I have applied the following to HEAD (and similar to MLB).
> > >
> > > Why also MLB? Was it really broken there too? I ask, because I
> > > _definitely_ got multiple libraries in link commands.
> >
> > T
Ooops. Well. Err. You should read it like a ChangeLog, with more recent
changes at the top. Yeah, that's it.
Cheers,
Gary.
On Monday 02 April 2001 5:46 am, Robert Collins wrote:
> > -Original Message-
> > From: Gary V. Vaughan [mailto:[EMAIL PROTECTED]]
> > Sent: Monday, Apr
Dear libtool'ers,
just played around with libtool-1.3d.tar.gz ... under Win32. It worked
perfectly with a Cygwin distro. Thanks for your efforts on that.
Now I do have two feature request (do not know if ever possible...):
1) AC_LIBTOOL_WIN32_DLL should have two optional arguments like
AC_
On Apr 1, 2001, "Gary V. Vaughan" <[EMAIL PROTECTED]> wrote:
> This is a known deficiency in the coupling between libtool and autoconf,
> which needs fixing at some point. In the mean time how about (wild guess
> here!):
> save_CC=$CC
> CC="${SHELL-/bin/sh} ${top_srcdir)/libtool $CC"
>