[EMAIL PROTECTED] wrote:
> Toon> But some other (but 'similar') functionality is broken. Now I
> Toon> succeeded in compiling python. But when using distutils (e.g. when
> Toon> installing numarray using the setup.py), python will compile the
> Toon> files using the '-xarch=v9' opti
Toon> But some other (but 'similar') functionality is broken. Now I
Toon> succeeded in compiling python. But when using distutils (e.g. when
Toon> installing numarray using the setup.py), python will compile the
Toon> files using the '-xarch=v9' option but drops this option when
[EMAIL PROTECTED] wrote:
> I agree, the Python configure/Makefile combination doesn't conform very well
> to current GNU style in this regard. Try setting EXTRA_CFLAGS instead of
> CFLAGS.
Thanks.
But some other (but 'similar') functionality is broken. Now I succeeded
in compiling python. But
Toon> To configure python on a Solaris 9 box with sunstudio11 installed
Toon> and to compile it in 64bit, I execute following:
Toon>
Toon> export CC=cc
Toon> export CFLAGS="-xarch=v9"
Toon> export CXX=CC
Toon> export CXXFLAGS="-xarch=v9"
Toon> export F77=f77
T