delorie.com/archives/browse.cgi | search |
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 >=20 > These commands list a bunch of file paths and then both end with: >=20 > cygcheck: track_down: could not find cyggcc_s.dll >=20 > 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. --=20 Ren=E9 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
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |