我在我的程序中使用了节日 TTS c++ API。我已经从http://www.cstr.ed.ac.uk/downloads/festival/2.0.95/下载了所有文件, 并在我的 UBUNTU 10.04 上成功安装了节日和 Speech_tools
现在当编译我的 c++ 程序 gcc 给出错误:
g++ -L/usr/lib -L/home/peeyush/Desktop/festival/src/lib -L/home/peeyush/Desktop/speech_tools/lib -o"peeyush" ./src/peeyush.o -llibeststring.a -llibestbase.a -llibestools.a -llibFestival.a
/usr/bin/ld: cannot find -llibeststring.a
collect2: ld returned 1 exit status
make: *** [peeyush] Error 1
所以请帮我解决这个错误。
-谢谢
Peeyush Chandel(印度)