espeak


 
Thread Tools Search this Thread
Operating Systems Solaris espeak
# 1  
Old 11-06-2008
espeak

I am trying to install espeak on a Sun box (OS solaris 10). I have changed the Makefile as per the recommendations in the Makefile (remove -fno-exceptions, SONAME_OPT=-Wl,h, EXTRA_LIBS=-lm).
As I only want the -w method I have disabled portaudio.

I assume the install process is just simply to run 'make'.
When I run 'make' I get the following errors;

g++ -shared -Wl,h,libespeak.so.1 -o libespeak.so x_speak_lib.o x_compiledict.o x_dictionary.o x_intonation.o x_readclause.o x_setlengths.o x_numbers.o x_synth_mbrola.o x_synthdata.o x_synthesize.o x_translate.o x_tr_english.o x_tr_languages.o x_voices.o x_wavegen.o x_phonemelist.o x_espeak_command.o x_event.o x_fifo.o x_wave.o x_debug.o -lstdc++ -lpthread
ld: fatal: file h: open failed: No such file or directory
ld: fatal: file libespeak.so.1: open failed: No such file or directory
ld: fatal: File processing errors. No output written to libespeak.so
collect2: ld returned 1 exit status
make: *** [libespeak.so] Error 1


I have attached a copy of the makefile and the output of the make command.
Any help or ideas would be gratefully received.
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question