cannot stat './nasm.1': No such file or directory

22 Views Asked by At

while building nasm i am getting this error

Installing with make install...

========================= Installation results ===========================
/usr/bin/mkdir -p /usr/local/bin
/usr/bin/install -c nasm ndisasm /usr/local/bin/
/usr/bin/mkdir -p /usr/local/share/man/man1
/usr/bin/install -c -m 644 ./nasm.1 /usr/local/share/man/man1/nasm.1
/usr/bin/install: cannot stat './nasm.1': No such file or directory
make: *** [Makefile:385: install] Error 1

****  Installation failed. Aborting package creation.

Cleaning up...OK

Bye.

I am trying to build nasm

0

There are 0 best solutions below