This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Problem building ImageMagick 6.3.0


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

Attachment: signature.asc
Description: OpenPGP digital signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]