Results 1 to 2 of 2
Hi all,
I am trying to build a Makefie, i am getting an error.
/bin/sh: line 4: autoheader: command not found.
i was struggling on this, please make me out.
...
- 04-23-2011 #1Just Joined!
- Join Date
- Jul 2008
- Posts
- 26
autoheader command not found
Hi all,
I am trying to build a Makefie, i am getting an error.
/bin/sh: line 4: autoheader: command not found.
i was struggling on this, please make me out.
Thanks in advance.
- 04-26-2011 #2
Autoheader is one of the GNU build tools. These tools come in a package which on most distributions is called build-essential or something similar. Use your distro's package manager to find and install it.
You could just install autoheader by itself, but you'll probably find other tools are missing too so your make will break somewhere else. Put in the whole lot at once and you'll have no further problems."I'm just a little old lady; don't try to dazzle me with jargon!"


Reply With Quote