1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-19 04:39:01 +00:00

Be more clear about interpreting -print-prog-name=as output on AIX.

This commit is contained in:
david
2012-07-19 00:53:22 +00:00
parent f404c78546
commit b4b374ce17

View File

@@ -1333,6 +1333,14 @@ $ <userinput>gcc -print-prog-name=as</userinput>
/usr/bin/as
</screen>
<para>
If you see the output <computeroutput>/usr/bin/as</computeroutput>, then
you must disable the system <filename>as</filename> with a command like
<command>mv /usr/bin/as /usr/bin/as.backup</command>. If you see the
output <computeroutput>as</computeroutput>, then no other changes should
be required.
</para>
<para>
Now follow the instructions in <xref linkend="inst-source"/>.
</para>