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>


David Vergin wrote:

> 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.  ;-)

Correct.

That means you are missing the gcc dynamic library, which really is a
dependency that should be defined with everything that is built with the
new gcc/g++ compiler (unless -static-libgcc is used).

The quick solution to your problem would be to install the latest gcc
package.
-- 
René Berber


--
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]