The error I receive is this:
C:\mysql++-2.0.7>c:\cygwin\bin\make.exe
cd lib && c:\\cygwin\\bin\\make.exe BIN_DIR=debug all example_setup
make[1]: Entering directory `/cygdrive/c/mysql++-2.0.7/lib'
make[1]: Nothing to be done for `all'.
make[1]: cygpath: Command not found
cp ../examples/debug/
make[1]: cp: Command not found
make[1]: *** [example_setup] Error 127
make[1]: Leaving directory `/cygdrive/c/mysql++-2.0.7/lib'
make: *** [all] Error 2
It says that the cygpath and cp commands could not be found, yet I found
them under the cygwin\bin\ directory where they are installed.