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 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Subject: mount -X and FAQ (was RE: Cygwin build system SOOOO SLOOOWWWW ???) Date: Thu, 15 Sep 2005 12:48:26 -0400 Message-ID: <94BF3137C62D3E4CAED7E97F876585F0D03014@pauex2ku08.agere.com> From: "Williams, Gerald S \(Jerry\)" To: Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id j8FGmtZA029840 Christopher Faylor wrote: > I've mentioned this many times before (and suspect that > someone else is frantically typing this in right now) but > mounting directories which contain executable files with > the -X option makes things a little faster for cygwin: > > mount -f -b -X c:/cygwin/bin /bin Finally got around to trying that one, but it broke the tkinfo (Tcl/Tk) script I use regularly. Some experimenting revealed that I had to add the following to make it work: mount -f -b -x "c:/cygwin/bin/wish84.exe" "/bin/wish84.exe" mount -f -b -x "c:/cygwin/bin/wish84.exe" "/usr/bin/wish84.exe" and presumably I'd also want: mount -f -b -x "c:/cygwin/bin/tclsh84.exe" "/bin/tclsh84.exe" mount -f -b -x "c:/cygwin/bin/tclsh84.exe" "/usr/bin/tclsh84.exe" 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? gsw -- 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/