Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 X-AuthUser: gerrit:koeln.convey.de Date: Wed, 23 Jul 2003 21:53:51 +0200 From: "Gerrit P. Haase" Organization: Esse keine toten Tiere X-Priority: 3 (Normal) Message-ID: <11464426299.20030723215351@familiehaase.de> To: Bill McCormick CC: cygwin AT cygwin DOT com Subject: Re: ImageMagick/PerlMagick In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hallo Bill, Am Mittwoch, 23. Juli 2003 um 09:55 schriebst du: > The saga continues ... > Exerpt from my \usr\src\ImageMagick-5.5.7\PerlMagick\README.txt: > Next, edit Makefile.PL and change LIBS and INC to include the This looks weird: 'LIBS' => ['-L/usr/local/lib -lMagick -L/usr/X11R6/lib \ -L/usr/X11R6/lib -L/usr/lib -L/lib -ljbig \ -ltiff -lfreetype -ljpeg -lpng -ldpstk \ -ldps -lXext -lSM -lICE -lX11 -lbz2 -lxml2 \ -lz -lgdi32 -lpthread -lm'], I would change this to: 'LIBS' => ['-L/usr/local/lib -lMagick -L/usr/X11R6/lib \ -ljbig -ltiff -lfreetype -ljpeg -lpng -ldpstk \ -ldps -lXext -lSM -lICE -lX11 -lbz2 -lxml2 \ -lz'], I don't know about libdps and libdpstk, are they needed, do you have them? Why is libMagick not found: because MakeMaker is somewhat broken, it looks for libMagick.a and you probably have just libMagick.dll.a, you must supply a symlink: `ln -s libMagick.dll.a libMagick.a` ? Gerrit -- =^..^= -- 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/