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

[hts-users:01246] Re: installing HTS


Hi,

bereket kasaye wrote (2008/03/18 15:44):

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

I guess you used gcc to compile hts_engine included in HTS-2.0.1.
It's written in C++, so you should use g++ rather than gcc.

Note that hts_engine in HTS-2.0.1 is no longer maintained and will be thrown away.
I recommend you to use hts_engine API.

Regards,

Heiga ZEN (Byung Ha CHUN)

--
------------------------------------------------
Heiga ZEN     (in Japanese pronunciation)
Byung Ha CHUN (in Korean pronunciation)

Department of Computer Science and Engineering
Nagoya Institute of Technology
Gokiso-cho, Showa-ku, Nagoya 466-8555 Japan

http://www.sp.nitech.ac.jp/~zen
------------------------------------------------

References
[hts-users:01234] installing HTS, bereket kasaye