Re: CFLAGS are not taken into account properly

2006-05-19 Thread Toon Knapen
[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

Re: CFLAGS are not taken into account properly

2006-05-17 Thread skip
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

Re: CFLAGS are not taken into account properly

2006-05-17 Thread Toon Knapen
[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

Re: CFLAGS are not taken into account properly

2006-05-17 Thread skip
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

CFLAGS are not taken into account properly

2006-05-17 Thread Toon Knapen
To configure python on a Solaris 9 box with sunstudio11 installed and to compile it in 64bit, I execute following: export CC=cc export CFLAGS="-xarch=v9" export CXX=CC export CXXFLAGS="-xarch=v9" export F77=f77 export FFLAGS="-xarch=v9" export LDFLAGS="-xarch=v9" ./configure When doing 'make'