Page 1 of 1

Trouble

Posted: October 28th, 2018, 4:36 pm
by cvojan
I just downloaded cygwin and tried compiling gfind, but when I type this in,
cd /C/gfind
I get this:
-bash: cd: /C/gfind: No such file directory
I tried to do the correct steps, but it won't do anything but that.

Re: Trouble

Posted: October 28th, 2018, 4:44 pm
by calcyman
It's unlikely that there's a directory called /C. Have you tried:

cd /cygdrive/c/gfind

instead?