I want to build the latest version of Nasm in order to get the newest instructions.
./configure goes OK, but make fails with this message:
false -b docbook -d manpage -o nasm.xml nasm.txt
make: *** [nasm.xml] Error 1
I also tried make install. It gives:
cannot stat `./nasm.1': No such file or directory
make: *** [install] Error 1
I have previously succeded using the method described here:
http://www.howtogeek.com/howto/ubuntu/install-an-rpm-package-on-ubuntu-linux/But this time, I can't find any rpm file.
Please help