[Subject Prev][Subject Next][Thread Prev][Thread Next][Date Index][Thread Index]

[hts-users:01234] installing HTS


I have successfully  patched HTS with HTK and I have also downloaded HDcode. But, when I tried to run make all command, it generates the following error.

make[1]: Entering directory `/home/solomon/Desktop/htk/hts_engine'
gcc -o hts_engine -L/usr/local/HTS-2.0.1/lib hts_engine.o misc.o mlpg.o model.o tree.o vocoder.o -lm -lX11

hts_engine.o:(.eh_frame+0x11): undefined reference to `__gxx_personality_v0'
misc.o:(.eh_frame+0x11): undefined reference to`__gxx_personality_v0'
mlpg.o:(.eh_frame+0x11): undefined reference to `__gxx_personality_v0'
model.o:(.eh_frame+0x11): undefined reference to `__gxx_personality_v0'
tree.o:(.eh_frame+0x11): undefined reference to `__gxx_personality_v0'
vocoder.o:(.eh_frame+0x11): more undefined references to `__gxx_personality_v0' follow
collect2: ld returned 1 exit status
make[1]: *** [hts_engine] Error 1
make[1]: Leaving directory `/home/solomon/Desktop/htk/hts_engine'
make: *** [hts_engine] Error 1

help me to fix this problem

thanks.


Looking for last minute shopping deals? Find them fast with Yahoo! Search.
Follow-Ups
[hts-users:01246] Re: installing HTS, Heiga ZEN (Byung Ha CHUN)