I am trying to install Paramiko on an AIX box that doesn&#39;t have cc_r. It does have gcc.&nbsp; <br><br>&nbsp;running <br><br>python setup.py&nbsp; build --help-compiler<br><br>just <br>tells me&nbsp; --compiler=unix&nbsp;&nbsp;&nbsp;&nbsp; standard UNIX-style compiler
<br><br>If I try&nbsp; python setup.py&nbsp; build -c gcc <br><br>it tells me: <br>running build<br>running build_py<br>running build_ext<br>error: don&#39;t know how to compile C/C++ code on platform &#39;posix&#39; with &#39;gcc&#39; compiler
<br><br>How can I use gcc already!!??!<br><br>thanks!<br>