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/