Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 Message-ID: <432B2B82.6D026177@dessent.net> Date: Fri, 16 Sep 2005 13:30:58 -0700 From: Brian Dessent 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> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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/