Problem building ImageMagick 6.3.0

Volker Quetschke quetschke@scytek.de
Sun Oct 29 21:25:00 GMT 2006


Volker Quetschke wrote:
> I wanted to build the latest ImageMagick but the build fails for
> me. I attach the cygport script and patch that I use (shamelessly
> adapted from Yaakov's cygports version).
> 
> It looks like libtool is not finding libstdc++.a (logsnippet below)
> 
> Any ideas?
The real culprit was:

> libtool: ignoring unknown tag CXX

The

AC_LIBTOOL_TAGS([CXX])

macro in configure.ac needs CXX to be set before it is used. Placing
an AC_PROG_CXX before it solves this problem and the build continues.

  Volker

-- 
PGP/GPG key  (ID: 0x9F8A785D)  available  from  wwwkeys.de.pgp.net
key-fingerprint 550D F17E B082 A3E9 F913  9E53 3D35 C9BA 9F8A 785D

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 248 bytes
Desc: OpenPGP digital signature
URL: <http://cygwin.com/pipermail/cygwin/attachments/20061029/a792c68c/attachment.sig>


More information about the Cygwin mailing list