AIX ./configure for Python 2.1 to use gcc instead of cc_r ?

Steve Purcell stephen_purcell at yahoo.com
Mon Apr 23 06:51:58 EDT 2001


Eugene Leitl wrote:
> 
> Any off-cuff ideas how to make Python 2.1 configure use gcc instead of
> cc_r under AIX? I've tried substituting gcc instead of cc_r manually in
> the Makefile, but it didn't build.


Try the following:

  ./configure --with-gcc

-Steve

-- 
Steve Purcell, Pythangelist
Get testing at http://pyunit.sourceforge.net/
Any opinions expressed herein are my own and not necessarily those of Yahoo




More information about the Python-list mailing list