We're going to need some more context than that, if we're to know what's gone wrong. Here's what I suggest. Executed the following command:
in cygwin, and paste the results, here, and we might be able to tell you what's wrong.
In general, in cygwin, you want to put something like this into your bashrc:
Note, that is a colon (

not a semicolon (

. If you're used to working in DOS (or the Windows Command Prompt), this might surprise you.
Also, note that you might have to use the cygdirve path, from cygwin:
If you choose not to use your bashrc (or rc file for whatever shell you're using), you could do this:
Anyway, try echoing out your path, and find out what it looks like, and if it looks the way you expect it to.
- Adam