VoxForge
Dear all
Im using Fedora 17 operating system 32bit:
This is all step which i did:
>tar -xvzf HTK-3.4-alpha.tar.gz
>tar -xvzf HTK-samples-3.4-alpha.tar.gz
>tar -xvzf htkbook_html.tar.gz
move the 'samples' and 'htkbook' directories to your htk-3.4 folder.
>sudo yum install libX11-devel.i686
>sudo yum install compat-gcc-34-c++ compat-gcc-34
>./configure --prefix=/home/yourusername/bin/htk-3.4
No error after do this command but it could not make the bin.linux in htk-3.4 folder.
Could you please tell me why?
Thank you so much
> it could not make the bin.linux in htk-3.4 folder.
I am upgrading things to Fedora 17 (64-bit) and followed this procedure:
# yum install gcc gcc-c++ glibc glibc-devel glibc-devel.i686 libgcc.i686 libX11-devel
#./configure --disable-hslab --disable-hlmtools
# make all
# make install
Thank you so much for reply
follow your instruction: i did as follow:
>sudo yum install gcc gcc-c++ glibc glibc-devel glibc-devel.i686 libgcc.i686 libX11-develD
> cd htk-3.4/
>./configure --disable-hslab --disable-hlmtools
unfortunately, it still not make folder bin.linux
after that i type comand:
>make all
>make install
the error is:
(cd HTKTools && make all) \
|| case "" in *k*) fail=yes;; *) exit 1;; esac;
make[1]: Entering directory `/home/dzungtran/bin/htk-3.4/HTKTools'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/dzungtran/bin/htk-3.4/HTKTools'
(cd HTKTools && make install) \
|| case "" in *k*) fail=yes;; *) exit 1;; esac;
make[1]: Entering directory `/home/dzungtran/bin/htk-3.4/HTKTools'
if [ ! -d /usr/local/bin ] ; then mkdir /usr/local/bin ; fi
for program in HBuild HCompV HCopy HDMan HERest HHEd HInit HLEd HList HLRescore HLStats HMMIRest HParse HQuant HRest HResults HSGen HSmooth HVite ; do /usr/bin/install -c -m 755 ${program} /usr/local/bin ; done
/usr/bin/install: cannot create regular file `/usr/local/bin/HBuild': Permission denied
/usr/bin/install: cannot create regular file `/usr/local/bin/HCompV': Permission denied
/usr/bin/install: cannot create regular file `/usr/local/bin/HCopy': Permission denied
/usr/bin/install: cannot create regular file `/usr/local/bin/HDMan': Permission denied
/usr/bin/install: cannot create regular file `/usr/local/bin/HERest': Permission denied
/usr/bin/install: cannot create regular file `/usr/local/bin/HHEd': Permission denied
/usr/bin/install: cannot create regular file `/usr/local/bin/HInit': Permission denied
/usr/bin/install: cannot create regular file `/usr/local/bin/HLEd': Permission denied
/usr/bin/install: cannot create regular file `/usr/local/bin/HList': Permission denied
/usr/bin/install: cannot create regular file `/usr/local/bin/HLRescore': Permission denied
/usr/bin/install: cannot create regular file `/usr/local/bin/HLStats': Permission denied
/usr/bin/install: cannot create regular file `/usr/local/bin/HMMIRest': Permission denied
/usr/bin/install: cannot create regular file `/usr/local/bin/HParse': Permission denied
/usr/bin/install: cannot create regular file `/usr/local/bin/HQuant': Permission denied
/usr/bin/install: cannot create regular file `/usr/local/bin/HRest': Permission denied
/usr/bin/install: cannot create regular file `/usr/local/bin/HResults': Permission denied
/usr/bin/install: cannot create regular file `/usr/local/bin/HSGen': Permission denied
/usr/bin/install: cannot create regular file `/usr/local/bin/HSmooth': Permission denied
/usr/bin/install: cannot create regular file `/usr/local/bin/HVite': Permission denied
make[1]: *** [install] Error 1
make[1]: Leaving directory `/home/dzungtran/bin/htk-3.4/HTKTools'
make: *** [install-htktools] Error 1
Please help me! thank you very much. I still use fedora 17 32 bit
>/usr/bin/install: cannot create regular file `/usr/local/bin/HBuild': Permission denied
execute the commands as root (also called superuser) with: su (switch user)
Thank you so much for reply
follow your instruction: i did as follow:
>sudo yum install gcc gcc-c++ glibc glibc-devel glibc-devel.i686 libgcc.i686 libX11-develD
> cd htk-3.4/
>./configure --disable-hslab --disable-hlmtools
unfortunately, it still not make folder bin.linux
Again, thank you so much