Click here to register.

Comments

Flat
Compiling 64-bit HTK
User: kmaclean
Date: 1/4/2010 3:05 pm
Views: 329
Rating: 0    Rate [
]

From the HTK mailing list (I have not tried this yet...):

Yes, on 64-bits the GCC compiler use -m64 to generate binary files for 64-bit architecture, also add -L options with the path for the libraries like X11.
That should solve your problems.

Regards,
Vitorio.

Le 2009-12-18 à 13:48, Elias Gerber a écrit :

> -m32 -a

Reply
Re: Compiling 64-bit HTK
User: kmaclean
Date: 1/18/2010 10:10 am
Views: 0
Rating: 0    Rate [
]

Other hints for compiling 64-bit HTK... from HTK mailing list:

yum -y install libgcc.i586 glibc-devel.i586

which then enables HTK to link to gcc's 32 bit libraries.   [...] configure as:

./configure --disable-hslab CFLAGS="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"

The --disable-hslab means I don't need the X11 libraries and the other CFLAGS give 64 bit file pointers which is useful for building very large language models.

Reply
PreviousNextAdd