Find the answer to your Linux question:
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. ...
  1. #1
    Just 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.

  2. #2
    Linux Engineer hazel's Avatar
    Join Date
    May 2004
    Location
    Harrow, UK
    Posts
    955
    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!"

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...