VoxForge
I tip ./configure and run ok. Later:
pablo@pablo-desktop:~/Escritorio/Proyecto/Hoap/HTK/htk4.3.1/htk$ make all
(cd HTKTools && make all) \
|| case "" in *k*) fail=yes;; *) exit 1;; esac;
make[1]: se ingresa al directorio `/home/pablo/Escritorio/Proyecto/Hoap/HTK/htk4.3.1/htk/HTKTools'
make[1]: No se hace nada para `all'.
make[1]: se sale del directorio `/home/pablo/Escritorio/Proyecto/Hoap/HTK/htk4.3.1/htk/HTKTools'
(cd HLMTools && make all) \
|| case "" in *k*) fail=yes;; *) exit 1;; esac;
make[1]: se ingresa al directorio `/home/pablo/Escritorio/Proyecto/Hoap/HTK/htk4.3.1/htk/HLMTools'
make[1]: No se hace nada para `all'.
make[1]: se sale del directorio `/home/pablo/Escritorio/Proyecto/Hoap/HTK/htk4.3.1/htk/HLMTools'
And i can't do anything. Help me plase!! Thank
>pablo@pablo-
>desktop:~/Escritorio/Proyecto/Hoap/HTK/htk4.3.1/htk$ make all
>make[1]: No se hace nada para `all'.
I don't speak Spanish, but did you try make without the 'all'? Please check the HTK4.3.1. install docs to see if anything has changed in the install process.