This is the mail archive of the cygwin 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: perl6 fails - <bump>


on 5/3/2010 4:15 AM Reini Urban said the following:
1. Do you see any missing dll dependency in
   cygcheck /usr/lib/parrot/2.3.0/dynext/perl6_group.dll
   cygcheck /usr/lib/parrot/2.3.0/dynext/perl6_ops.dll

These commands list a bunch of file paths and then both end with:


cygcheck: track_down: could not find cyggcc_s.dll

Which, to my untrained eye, looks like a promising lead. ;-)

2. check the -x perm in both dll's. This was an upstream error I
worked around lately.

If by that you mean are they chmod'ed to enable execution, here's a brief transcript:


$ ls -l /usr/lib/parrot/2.3.0/dynext/perl6_group.dll
-rwxr-xr-x 1 admin root 109582 2010-04-22 08:18 /usr/lib/parrot/2.3.0/dynext/perl6_group.dll


$ ls -l /usr/lib/parrot/2.3.0/dynext/perl6_ops.dll
-rwxr-xr-x 1 admin root 96270 2010-04-22 08:18 /usr/lib/parrot/2.3.0/dynext/perl6_ops.dll


Thanks and regards. I'm standing by for the next round.

david

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


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