mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 16:57:06 +00:00
Add an as workaround I had to do on AIX 6.1.
This commit is contained in:
parent
d56f0c7bfd
commit
cf160d7af5
1 changed files with 13 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue