/usr/bin/ld: cannot find -llibeststring.a
Posted
by Peeyush
on Stack Overflow
See other posts from Stack Overflow
or by Peeyush
Published on 2010-06-01T04:15:03Z
Indexed on
2010/06/01
4:23 UTC
Read the original article
Hit count: 437
I am using festival TTS c++ API in my program.I have downloaded all files from http://www.cstr.ed.ac.uk/downloads/festival/2.0.95/ and install festival and speech_tools successfully on my UBUNTU 10.04
now when compile my c++ programme gcc gives error:
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
so please help me to sort out this error.
-Thanks
Peeyush Chandel(INDIA)
© Stack Overflow or respective owner