Skip to main content

compiling HTK 3.4 under Ubuntu 64 bit machine

Make sure you have install
  1. Install
  • sudo apt-get install libc6-dev-i386
  1. download getlibs from http://ubuntuforums.org/showthread.php?t=474790
  • sudo dpkg -i --force-all package_name.deb
  1. install 32-bit version of x11 using the command
  • sudo getlibs -p libx11-dev
  1. Configure
  • ./configure CC=gcc-3.4 --prefix=installation/location --disable-hlmtools

Comments

Arlo said…
Yes, thank you for this very helpful tip!
aanchan said…
really useful, thanks.