delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2005/09/16/16:33:45

Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
Message-ID: <cb51e2e050916133361e4fa62@mail.gmail.com>
Date: Fri, 16 Sep 2005 13:33:18 -0700
From: Joshua Daniel Franklin <joshuadfranklin AT gmail DOT com>
Reply-To: joshuadfranklin AT gmail DOT com
To: cygwin AT cygwin DOT com
Subject: Re: mount -X and FAQ [Attn: FAQ Maintainer, tcl maintainer]
In-Reply-To: <20050916202715.GA7378@trixie.casa.cgf.cx>
Mime-Version: 1.0
References: <94BF3137C62D3E4CAED7E97F876585F0D03014 AT pauex2ku08 DOT agere DOT com> <432AB94A DOT 8050405 AT byu DOT net> <cb51e2e05091613227f92988e AT mail DOT gmail DOT com> <20050916202715 DOT GA7378 AT trixie DOT casa DOT cgf DOT cx>
X-IsSubscribed: yes
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id j8GKXjRO015235

On 9/16/05, Christopher Faylor wrote:
> On Fri, Sep 16, 2005 at 01:22:10PM -0700, Joshua Daniel Franklin wrote:
> >On 9/16/05, Eric Blake wrote:
> >> According to Williams, Gerald S (Jerry) on 9/15/2005 10:48 AM:
> >> > The FAQ (http://www.cygwin.com/faq/faq_3.html) mentions
> >> > using this idiom for strace and cygcheck, but not for
> >> > Tcl/Tk. Perhaps these should be noted as well?
> >>
> >> Now that strace and cygcheck work in without having to explicitly mount
> >> them non-cygexec, the FAQ needs updating anyways.
> >
> >OK. Maybe I'll take a stab at creating a script to find exe's in /bin/
> >not linked to cygwin1.dll and put that in the FAQ instead.
> 
> Hooboy.  Now you've done it.
> 
>   #!/bin/sh
>   cd /bin; for f in `find . -type f -name '*.exe'`; do
>       cygcheck $f | (fgrep -qi cygwin1.dll || echo $f)
>   done
> 
> Should do it.  You can use this or one of the 27 variations on this
> that are sure to follow.

I'll have to try it when I'm at a Windows machine... but would it be
faster to use xargs? :)

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


- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019