This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: CYGwin PerlMagick install


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]