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: Thu, 24 Jul 2003 02:44:05 +0200 From: "Gerrit P. Haase" Organization: Esse keine toten Tiere X-Priority: 3 (Normal) Message-ID: <28481840640.20030724024405@familiehaase.de> To: Bill McCormick CC: cygwin AT cygwin DOT com Subject: Re: CYGwin PerlMagick install 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 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/