diff --git a/docs/nmap-install.xml b/docs/nmap-install.xml index 0669bb5d8..85a4cc465 100644 --- a/docs/nmap-install.xml +++ b/docs/nmap-install.xml @@ -1344,6 +1344,19 @@ while building and configuring Nmap. $ export PATH="/usr/local/bin:$PATH" + +In some cases GCC is configured to use an absolute path to the +assembler. In this case you will have to temporarily move the default +assembler out of the way. You can test whether this is the case by +passing the option to +gcc: + + + +$ gcc -print-prog-name=as +/usr/bin/as + + Now follow the instructions in .