[Stackless] 2.5.2 compilation under Snow Leopard
Hervé Coatanhay
herve.coatanhay at gmail.com
Tue Feb 9 11:09:11 CET 2010
Hi,
I'm trying to compile 2.5.5 version of python stackless under Mac OS X
10.6.2, I tried different configure options with the following
results:
1) This one works perfectly under Mac OS X 10.5.8:
`./configure --enable-stacklessfewerregisters --enable-universalsdk
--prefix=/opt/stackless-255`
gcc (4.2.1) complains it cannot compute sizeof wchar_t.
2) I used this for stackless 2.6.4 under Mac OS X 10.6.2
`./configure --enable-stacklessfewerregisters --prefix=/opt/stackless-255`
`configure` is OK but when doing `make`, gcc complains about
unrecognized option `-Wno-long-double`.
Thanks for any help or idea.
--
Herve
More information about the Stackless
mailing list