| delorie.com/archives/browse.cgi | search |
| 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: | <432B2B82.6D026177@dessent.net> |
| Date: | Fri, 16 Sep 2005 13:30:58 -0700 |
| From: | Brian Dessent <brian AT dessent DOT net> |
| MIME-Version: | 1.0 |
| To: | cygwin AT cygwin DOT com |
| Subject: | Re: mount -X and FAQ [Attn: FAQ Maintainer, tcl maintainer] |
| References: | <94BF3137C62D3E4CAED7E97F876585F0D03014 AT pauex2ku08 DOT agere DOT com> <432AB94A DOT 8050405 AT byu DOT net> <cb51e2e05091613227f92988e AT mail DOT gmail DOT com> |
| X-IsSubscribed: | yes |
| Reply-To: | cygwin AT cygwin DOT com |
Joshua Daniel Franklin wrote:
> 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.
In the past I've done this with something like:
find /bin -name \*.exe -type f | (while read FN; do cygcheck $FN | \
grep -qi cygwin1.dll || echo "$FN: no cygwin1.dll"; done)
But this will only report strace and cygcheck (and some stuff in
glui-examples), it will not detect tclsh84 which does link to
cygwin1.dll:
Found: C:\cygwin\bin\tclsh84.exe
C:/cygwin/bin/tclsh84.exe
C:\WINXP\System32\KERNEL32.dll
C:\WINXP\System32\ntdll.dll
C:\cygwin\bin\cygwin1.dll
C:\WINXP\System32\ADVAPI32.DLL
C:\WINXP\System32\RPCRT4.dll
C:\cygwin\bin\tcl84.dll
C:\WINXP\System32\USER32.dll
C:\WINXP\System32\GDI32.dll
So, I'm not sure if this would be of any use. It might be best just to
mention a list of known files that must not be mounted cygexec in the
FAQ -- currently just tclsh84.
Brian
--
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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |