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 Date: Sun, 23 Nov 2003 12:51:31 -0500 From: Christopher Faylor To: cygwin AT cygwin DOT com Subject: Re: cygcheck and mount -X Message-ID: <20031123175131.GE815@redhat.com> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <000d01c3b1b8$b5be43f0$0100a8c0 AT bertigep> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <000d01c3b1b8$b5be43f0$0100a8c0@bertigep> User-Agent: Mutt/1.4.1i On Sun, Nov 23, 2003 at 12:55:32PM +0100, Bertalan Fodor wrote: >For some reason I had to mount /bin with mount -X >But this way cygcheck doesn't work correctly. When I run "cygcheck -s" it >reports bad parameters saying: > >Usage: cygcheck [OPTIONS] [PROGRAM...] >Check system information or PROGRAM library dependencies > > -c, --check-setup check packages installed via setup.exe >... > -V, --version output version information and exit >You must at least give either -s or -k or a program name cygcheck and strace are mingw programs, so: mount -x -b -f c:/cygwin/bin/cygcheck.exe /bin/cygcheck.exe mount -x -b -f c:/cygwin/bin/cygcheck /bin/cygcheck etc. -- 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/