-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 According to Tom Lee on 9/30/2006 8:42 PM: > > Just checked if I just want to run cpp and copy > C:/cygwin/lib/gcc/i686-pc-cygwin/3.4.4/cc1.exe over, it works fine. > thanks for the help.
Not a problem, although cygcheck output would have sped things up. > > I got one more question. > I read mount and cygpath manual, but still not sure if there is a way > that I can > run > tar cvf test.tar c:/test or > tar cvf test.tar c:\test > Actually, from either a DOS or a bash (or other cygwin) shell, you can do: tar cvf test.tar /cygdrive/c/test Get used to POSIX paths - cygwin is a Linux emulation for Windows, and POSIX paths will work in more places than DOS paths (not to mention that backslashes are a pain to use on the command line with regards to proper quoting rules between the two different styles of shells, but forward slashes work great in both cases). - -- Life is short - so eat dessert first! Eric Blake [EMAIL PROTECTED] -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.1 (Cygwin) Comment: Public key at home.comcast.net/~ericblake/eblake.gpg Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFFHy3v84KuGfSFAYARAjP4AKC/kesMC+jBpEMX4is0LlDS5mUclACZAQmE R+IRE6GXYATIJtB51APcED0= =kfif -----END PGP SIGNATURE----- -- 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/