When I run this command, the terminal outputs the following:
:./configure: WARNING: Unrecognised options: --with-
configure: error: expected an absolute directory name for --prefix: pwd/build
I would be most grateful if anyone could tell me where I am going wrong as I
would very much like to use CMU Spinx for my university project and being new
to this program, and Linux in general, I'm a little stuck with this part.
Many thanks,
Steve
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I am trying to install CMU Sphinx and have been following the tutorial found
here:
http://www.speech.cs.cmu.edu/sphinx/tutorial.html#traintarball
Everything seems to have worked fine so far, I am installing it on Ubuntu
Server Edition 10.04.1 LTS.
configure --prefix=
pwd/build --with-sphinxbase=pwd/../sphinxbaseWhen I run this command, the terminal outputs the following:
:./configure: WARNING: Unrecognised options: --with-
configure: error: expected an absolute directory name for --prefix: pwd/build
I would be most grateful if anyone could tell me where I am going wrong as I
would very much like to use CMU Spinx for my university project and being new
to this program, and Linux in general, I'm a little stuck with this part.
Many thanks,
Steve
So far I found that I needed to install headers for my version of the kernel,
so I ran the following command:
sudo apt-get install linux-headers-$(uname -r)
which seems to have successfully installed them, but I still receive the error
mentioned in my first post.
It's not recommended to use this outdated tutorial. Recent documentation can
be found on the wiki
http://cmusphinx.sourceforge.net/wiki
That's definitely unrelated
The command must be ./configure not configure, you must be careful about that
Are you sure you reproduced the command correctly? It mostly means you
inserted space somewhere or used wrong quotes