From b4b374ce17b8f13132764b2aa5d465c0bafb20a7 Mon Sep 17 00:00:00 2001 From: david Date: Thu, 19 Jul 2012 00:53:22 +0000 Subject: [PATCH] Be more clear about interpreting -print-prog-name=as output on AIX. --- docs/nmap-install.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/nmap-install.xml b/docs/nmap-install.xml index 7be9de4af..bb8213435 100644 --- a/docs/nmap-install.xml +++ b/docs/nmap-install.xml @@ -1333,6 +1333,14 @@ $ gcc -print-prog-name=as /usr/bin/as + +If you see the output /usr/bin/as, then +you must disable the system as with a command like +mv /usr/bin/as /usr/bin/as.backup. If you see the +output as, then no other changes should +be required. + + Now follow the instructions in .