X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Message-ID: <47DEBD48.6060102@scytek.de> Date: Mon, 17 Mar 2008 14:49:44 -0400 From: Volker Quetschke User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Libtool problems when building ImageMagick Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig8DCA78EC0397C52828E2F0BF" X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com --------------enig8DCA78EC0397C52828E2F0BF Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable I wanted to prepare a new ImageMagick package, but I am stuck with the following problem. It should be easy, its a cygport build with the following files The `cygport ImageMagick-6.3.9.8-1 prep` works as usual (with the accordingly adjusted files) but `cygport ImageMagick-6.3.9.8-1 compile` fails with a libtool error like this: .... ./libtool: line 845: X--tag=3DCC: command not found (rest deleted) See here for the full logfile. This does not happen with the ImageMagick 6.3.6-3 release (thanks Yaakov) but with the latest versions of IM. The problem in libtool (line 845 and others) is that instead of echo, $echo is used. So the env. var echo is supposed to be set, but it didn't happen. Why? I know nearly nothing about libtool, so far it just worked. If it helps, my cygcheck output: I would like to release a new IM package, but currently I am stuck. Volker --=20 PGP/GPG key (ID: 0x9F8A785D) available from wwwkeys.de.pgp.net key-fingerprint 550D F17E B082 A3E9 F913 9E53 3D35 C9BA 9F8A 785D --------------enig8DCA78EC0397C52828E2F0BF Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (MinGW) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFH3r1LPTXJup+KeF0RAnGOAJ9G+TfkyepZb13v+avT72D/QsoHPwCfUAOH 486Voa6+sNMA4LKhdzKRJ3Q= =NsiB -----END PGP SIGNATURE----- --------------enig8DCA78EC0397C52828E2F0BF--