From cf160d7af58531ca3249deea96a32d4960dd8e32 Mon Sep 17 00:00:00 2001 From: david Date: Tue, 27 Mar 2012 23:25:55 +0000 Subject: [PATCH] Add an as workaround I had to do on AIX 6.1. --- docs/nmap-install.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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 .