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: | Thu, 24 Jul 2003 02:44:05 +0200 |
From: | "Gerrit P. Haase" <gp AT familiehaase DOT de> |
Organization: | Esse keine toten Tiere |
X-Priority: | 3 (Normal) |
Message-ID: | <28481840640.20030724024405@familiehaase.de> |
To: | Bill McCormick <wpmccormick AT covad DOT net> |
CC: | cygwin AT cygwin DOT com |
Subject: | Re: CYGwin PerlMagick install |
In-Reply-To: | <NDBBLLFMLFMANIDPNADCAEAFFCAA.wpmccormick@covad.net> |
References: | <NDBBLLFMLFMANIDPNADCAEAFFCAA DOT wpmccormick AT covad DOT net> |
MIME-Version: | 1.0 |
Hallo Bill, Am Mittwoch, 23. Juli 2003 um 20:47 schriebst du: > Well I finally got it to compile by linking against libMagick.dll.a as > opposed to libMagick.la. However, 'make test' seems to be unhappy; it > appears there still may be a problem as indicated by the "make: *** > [test_dynamic] Error 255" line (at the bottom) which makes me think there is > a problem linking against the .dll. Is this a bug or something messed up on > my system? [...] > $ make test > /usr/bin/perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0, > 'blib/lib', 'blib/arch')" t/*.t t/bzlib/*.t t/jbig/*.t t/jng/*.t t/jpeg/*.t > t/png/*.t t/ps/*.t t/tiff/*.t t/ttf/*.t t/x/*.t t/zlib/*.t > t/blob............t/blob.t is not readable Change the permissions of all the .t files: $ cd t $ chmod 644 *.t Then look at the permissions with `ls -l`. Should be s.th. like this: -rw-r--r-- ... test.t 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 |