X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=-0.7 required=5.0	tests=BAYES_00,RCVD_NUMERIC_HELO,SPF_HELO_PASS,TW_YG,T_RP_MATCHES_RCVD
X-Spam-Check-By: sourceware.org
To: cygwin@cygwin.com
connect(): No such file or directory
From: =?ISO-8859-1?Q?Ren=E9_Berber?= <r.berber@computer.org>
Subject: Re: perl6 fails - <bump>
Date: Mon, 03 May 2010 12:41:45 -0500
Lines: 23
Message-ID: <hrn1st$cpf$1@dough.gmane.org>
References: <4BD0F74C.9000509@gmail.com>	 <s2u6910a61004251409z51a899e6k74fb1ee5cca93dc2@mail.gmail.com>	 <4BD51D89.4070507@gmail.com>	 <o2x6910a61004260313k6319ab8mda43e0f4dbac6f73@mail.gmail.com>	 <4BD9F667.70609@gmail.com>	 <m2m6910a61004292158rf96e21c8t12d36c29e9e177b6@mail.gmail.com>	 <4BDA6EFC.6030405@gmail.com>	 <j2v6910a61004292346v2b5fbecaw2e49da60c60b6f26@mail.gmail.com>	 <4BDB0E67.8080400@gmail.com> <AANLkTinBcSDyPPnnFjujE6e27Pqfxu4wsV0DM0pG7Zfu@mail.gmail.com> <4BDF0886.9060707@gmail.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.19) Gecko/20081209 Lightning/0.9 Thunderbird/2.0.0.19 Mnenhy/0.7.6.0
In-Reply-To: <4BDF0886.9060707@gmail.com>
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

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

