X-Spam-Check-By: sourceware.org Message-ID: <195b3f1f0611012110g76fc66b4ne1eabd0cf04f0e7c@mail.gmail.com> Date: Thu, 2 Nov 2006 14:10:48 +0900 From: "Wynfield Henman" To: cygwin AT cygwin DOT 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 DOT 7090703 AT scytek DOT de> <454519C9 DOT 8090004 AT scytek DOT de> X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Unsubscribe: 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 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/