Yesterday I did a completely fresh install of Debian and today I'm trying to compile Angband on the brand-new system using the instructions at http://trac.rephial.org/wiki/Compiling.
However, I am getting an error message after the command
The script outputs a couple screens of lines that look fine, with various successful checks and such. Then it exits with the messages:
I've read the code in .configure around line 4748, googled the error message, checked the Debian wiki, etc. ... but to no avail ... my kung-fu just isn't strong enough ...
Any help would be much appreciated!
However, I am getting an error message after the command
Code:
$ ./configure --prefix=$HOME
Code:
checking if make supports SysV-style inclusion... ./configure: line 4748: make: command not found no configure: error: A 'make' supporting SysV file inclusion is required.
Any help would be much appreciated!
Comment