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