Comments

Flat
make install fails
User: RobotJay
Date: 2/24/2009 11:20 pm
Views: 4824
Rating: 15

I finally got the "make all" command to (seemingly) work.  Now, when I run "make install" I get the following error:

jay@######:~/bin/htk$ make install
(cd HTKTools && make all) \
      || case "" in *k*) fail=yes;; *) exit 1;; esac;
make[1]: Entering directory `/home/jay/bin/htk/HTKTools'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/jay/bin/htk/HTKTools'
(cd HTKTools && make install) \
    || case "" in *k*) fail=yes;; *) exit 1;; esac;
make[1]: Entering directory `/home/jay/bin/htk/HTKTools'
if [ ! -d /jay/bin/htk/bin ] ; then mkdir /jay/bin/htk/bin ; fi
mkdir: cannot create directory `/jay/bin/htk/bin': No such file or directory
make[1]: *** [mkinstalldir] Error 1
make[1]: Leaving directory `/home/jay/bin/htk/HTKTools'
make: *** [install-htktools] Error 1

I can't find any help for this anywhere, so I'd appreciate any you can offer.  TIA.

-Jay

P.S. I'm running Ubuntu Intrepid Ibex on a 32-bit system.

Re: make install fails
User: RobotJay
Date: 2/25/2009 6:19 am
Views: 128
Rating: 17

I found and solved my problem.  This is the line I was using for the HTK .configure command:

./configure --prefix=/jay/bin/htk

What I should have been using is:

./configure --prefix=/home/jay/bin/htk

I hope no one else is as dumb as me in the future.

-Jay

Re: make install fails
User: mohit
Date: 12/4/2011 4:40 am
Views: 140
Rating: 14

i m facing the same problem even if i m using

./configure --prefix=/home/mohit/bin/htk

Re: make install fails
User: kmaclean
Date: 12/4/2011 9:20 am
Views: 126
Rating: 18

>/home/mohit/bin/htk

try creating your bin and htk directories before running the script

Re: make install fails
User: yangminjia
Date: 2/6/2014 8:19 am
Views: 82
Rating: 8

hello ,have solved the problem? I have the same problem too.

PreviousNext