This is the mail archive of the
cygwin@cygwin.com
mailing list for the Cygwin project.
Re: CYGwin PerlMagick install
- From: "Gerrit P. Haase" <gp at familiehaase dot de>
- To: Bill McCormick <wpmccormick at covad dot net>
- Cc: cygwin at cygwin dot com
- Date: Thu, 24 Jul 2003 02:44:05 +0200
- Subject: Re: CYGwin PerlMagick install
- Organization: Esse keine toten Tiere
- References: <NDBBLLFMLFMANIDPNADCAEAFFCAA.wpmccormick@covad.net>
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/