I get the following error when compiling speech_tools.
/usr/bin/ld: cannot find -lcurses
/usr/bin/ld: cannot find -lncurses
collect2: ld returned 1 exit status
make[1]: *** [ch_lab] Error 1
make: *** [main] Error 2
It can't find -lcurses
I get the following error when compiling speech_tools.
/usr/bin/ld: cannot find -lcurses
/usr/bin/ld: cannot find -lncurses
collect2: ld returned 1 exit status
make[1]: *** [ch_lab] Error 1
make: *** [main] Error 2
It can't find -lcurses
This probably means you need to install lncurses (package: http://packages.ubuntu.com/nl/quantal/libncurses5-dev)
So ...
sudo apt-get install libncurses5-dev