VoxForge
I typed : text.txt | text2wfreq >| a.wfreq
The file a.wfreq is generated but it's with 0 byte size and i have an error message :
bash:text2wfreq: command not found
I think that is a correct syntax!!
Mr. Tony,
--- (Edited on 12/27/2007 1:43 am [GMT-0600] by Visitor) ---
It must be either ./text2wfreq or you have to add folder with executables to your PATH variables.
I suggest you to read http://linux.org.mt/article/terminal before starting with cmulm. This kind of information will be always useful for you.
--- (Edited on 12/27/2007 2:51 am [GMT-0600] by nsh) ---
Well, cygwin can have problems or incompatibilities with shell scripts. I suppose there are several ways to solve this problem:
1. Install files by hand. You just need to copy compiled binaries to bin directory.
2. Use install-sh from automake cygwin package. It should be in /usr/share/automake-1.../
If you are really interested what's going on there, please add a line
set -x
to the beginning of install-sh and provide full build log (not just an error message)
--- (Edited on 6/19/2007 9:07 am [GMT-0500] by nsh) ---