Re: Cygwin C++ problem

2011-03-13 Thread Bruce Cran
On Sun, 2011-03-13 at 05:48 -0700, spot135 wrote: > command is ./testdata_qnforward.sh I don't know why it's trying to invoke ${RUN}, because it's not being set. Try removing it and having it run "./qnforward" (if that doesn't work, find out where 'qnforward' is located and run that). -- Bruce

Re: Cygwin C++ problem

2011-03-13 Thread spot135
Bruce Cran wrote: > > On Sat, 2011-03-12 at 12:56 -0800, spot135 wrote: > >> I'm hopping its something simply related to cygwin some how not passing >> the >> variables correctly, I'm really just after somebody pointing me in the >> right >> direction because I'm really quite stumped as to what

Re: Cygwin C++ problem

2011-03-13 Thread Bruce Cran
On Sat, 2011-03-12 at 12:56 -0800, spot135 wrote: > I'm hopping its something simply related to cygwin some how not passing the > variables correctly, I'm really just after somebody pointing me in the right > direction because I'm really quite stumped as to what it could be... The application tha

Cygwin C++ problem

2011-03-12 Thread spot135
Hi, I'm having problem getting a piece of software to function probably within cygwin. The app in question is called quicknet and it is used for speech analysis. I'm currently trying to run the software with the testdata that was provide with the package and I'm running into problem. I've inc