| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
| 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" <gp AT familiehaase DOT de> |
| Organization: | Esse keine toten Tiere |
| X-Priority: | 3 (Normal) |
| Message-ID: | <11464426299.20030723215351@familiehaase.de> |
| To: | Bill McCormick <wpmccormick AT covad DOT net> |
| CC: | cygwin AT cygwin DOT com |
| Subject: | Re: ImageMagick/PerlMagick |
| In-Reply-To: | <NDBBLLFMLFMANIDPNADCGEPFFBAA.wpmccormick@covad.net> |
| References: | <NDBBLLFMLFMANIDPNADCGEPFFBAA DOT wpmccormick AT covad DOT net> |
| MIME-Version: | 1.0 |
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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |