| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
| Subject: | RE: Avail for test: libtool-devel-1.9f_20041024-1, libltdl6-1.9f_20041024-1 |
| MIME-Version: | 1.0 |
| Date: | Tue, 26 Oct 2004 15:20:07 +0200 |
| Message-ID: | <90459864DAD67D43BDD3D517DEFC2F7D029F1A@axon.Axentia.local> |
| X-MS-Has-Attach: | |
| X-MS-TNEF-Correlator: | |
| From: | "Peter Ekberg" <peda AT axentia DOT se> |
| To: | <cygwin AT cygwin DOT com> |
| X-MIME-Autoconverted: | from quoted-printable to 8bit by delorie.com id i9QDKTbH009270 |
Chuck wrote:
> New alpha versions of libtool available for test. This is
> very close to
> what libtool-2.0 will be. Please evaluate.
>
> NOTE: cygwin maintainers: do NOT release any updates of your packages
> built using this version of libtool! Be sure to revert back to
> "regular" libtool-devel ("1.5.10-1") before packaging any of your
> "stuff" for official releases.
>
> This version passes ALL existing libtool selftests on cygwin, for the
> first time ever.
I have a problem with "make install" of a built executable.
Its wrapper script contains:
---------------8<----------------
relink_command=""
# This environment variable determines our operation mode.
if test "$libtool_install_magic" = "%%%MAGIC variable%%%"; then
# install mode needs the following variable:
notinst_deplibs=''
else
---------------8<----------------
and make install fails with:
libtool: install: invalid libtool wrapper script `xsendbut'
This is because this test is true in ltmain.m4sh:
---------------8<----------------
# Check the variables that should have been set.
test -z "$notinst_deplibs" && \
func_fatal_error "invalid libtool wrapper script
\`$wrapper'"
---------------8<----------------
Adding a space between the '' in the wrapper script makes it
work, of course.
It should be noted that this was with libtool-cvs rather
shortly before 1.9f hit the street, so it was not with the
exact version you refer to here. Very close though, and I
see no changes that should affect this behaviour.
Cheers,
Peter
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |