X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Date: Wed, 14 May 2008 21:53:36 +0200 From: Corinna Vinschen To: cygwin AT cygwin DOT com Subject: Re: please help Message-ID: <20080514195336.GQ18799@calimero.vinschen.de> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <988181 DOT 83222 DOT qm AT web33506 DOT mail DOT mud DOT yahoo DOT com> <482B3DCF DOT 2070003 AT cygwin DOT com> <00e901c8b5f9$7eaf4900$2708a8c0 AT CAM DOT ARTIMI DOT COM> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <00e901c8b5f9$7eaf4900$2708a8c0@CAM.ARTIMI.COM> User-Agent: Mutt/1.5.16 (2007-06-09) Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com On May 14 20:34, Dave Korn wrote: > Larry Hall (Cygwin) wrote on 14 May 2008 20:30: > > > I'm not exactly how you're managing to run the 'ls' you refer to > > above on Windows but the message you're getting indicates > > that you're not running Cygwin's 'ls' (and implies you're trying > > to execute the Linux binary). > > > No! That's ls saying "Can't find the file you named" because the glob > failed, it's not windows' dynamic loader trying to play at being ld.so! > > ~ $ ls /lib/librt.so* > ls: cannot access /lib/librt.so*: No such file or directory And nobody wonders about the *.so filename? There's no librt on Cygwin, and even if there would be one, it would be called librt.a or librt.dll.a. Note: Cygwin is not Linux. Your problem is elsewhere. Why does ls try to find /lib/librt.so* at all? Is that a Makefile which is too Linux-centric, maybe? Corinna P.S.: A subject of "please help" and only a bare minimum of details are not very helpful and especially not catching a lot of attention. I encourage you to read http://cygwin.com/problems.html -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader cygwin AT cygwin DOT com Red Hat -- 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/