Ryan Welch wrote:

> When I run a normal build, it always uses -arch ppc -arch i386 to compile C
> sources. I'd like to get it to do -arch ppc64 instead, and remove the
> unnecessary i386 if at all possible. 

Those parameters come from the BASECFLAGS variable in
$prefix/lib/python2.5/config/Makefile and should be whatever Python was
configured with. Check that file and see what it has for that variable.

-- 
Robert Kern

"I have come to believe that the whole world is an enigma, a harmless enigma
 that is made terrible by our own mad attempt to interpret it as though it had
 an underlying truth."
  -- Umberto Eco
_______________________________________________
Numpy-discussion mailing list
[email protected]
http://projects.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to