X-Spam-Check-By: sourceware.org
Message-ID: <195b3f1f0611012110g76fc66b4ne1eabd0cf04f0e7c@mail.gmail.com>
Date: Thu, 2 Nov 2006 14:10:48 +0900
From: "Wynfield Henman" <wynfield@gmail.com>
To: cygwin@cygwin.com
Subject: Re: Problem building ImageMagick 6.3.0
In-Reply-To: <454519C9.8090004@scytek.de>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
References: <4543AFCD.7090703@scytek.de> <454519C9.8090004@scytek.de>
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

Modifying the configure.ac file may take away the "undefined CXX"
messages, but it didn't do anything else in my  case.   I can only get
a successfull build of ImageMagick by configuring as below:

./configure  --without-perl

To get rid of trying to build perlmagick
Because makng PerlMagick fails as follows with a whole bunch of
"undefined references" such as:
/usr/src/imagemagick/ImageMagick-6.3.0/PerlMagick/Magick.xs:9776:
undefined reference to `_GetLocaleExceptionMessage'
/usr/src/imagemagick/ImageMagick-6.3.0/PerlMagick/Magick.xs:9738:
undefined reference to `_GetMagickInfoList'
/usr/src/imagemagick/ImageMagick-6.3.0/PerlMagick/Magick.xs:9742:
undefined reference to `_CopyMagickString'
/usr/src/imagemagick/ImageMagick-6.3.0/PerlMagick/Magick.xs:9743:
undefined reference to `_LocaleLower'
/usr/src/imagemagick/ImageMagick-6.3.0/PerlMagick/Magick.xs:9746:
undefined reference to `_RelinquishMagickMemory'
Magick.o: In function `XS_Image__Magick_Read':
/usr/src/imagemagick/ImageMagick-6.3.0/PerlMagick/Magick.xs:9847:
undefined reference to `_GetExceptionInfo'
/usr/src/imagemagick/ImageMagick-6.3.0/PerlMagick/Magick.xs:9852:
undefined reference to `_AcquireMagickMemory'
/usr/src/imagemagick/ImageMagick-6.3.0/PerlMagick/Magick.xs:9861:
undefined reference to `_AcquireMagickMemory'
/usr/src/imagemagick/ImageMagick-6.3.0/PerlMagick/Magick.xs:9878:
undefined reference to `_ThrowMagickException'
/usr/src/imagemagick/ImageMagick-6.3.0/PerlMagick/Magick.xs:9971:
undefined reference to `_RelinquishMagickMemory'
-------------- end of undefined reference paste.

Regards

------------------------------------------------------------------
> 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

--
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/

