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

Add an as workaround I had to do on AIX 6.1.

This commit is contained in:
david
2012-03-27 23:25:55 +00:00
parent d56f0c7bfd
commit cf160d7af5

View File

@@ -1344,6 +1344,19 @@ while building and configuring Nmap.
$ <userinput>export PATH="/usr/local/bin:$PATH"</userinput>
</screen>
<para>
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>-print-prog-name=as</option> option to
<command>gcc</command>:
</para>
<screen>
$ <userinput>gcc -print-prog-name=as</userinput>
/usr/bin/as
</screen>
<para>
Now follow the instructions in <xref linkend="inst-source"/>.
</para>