Re: Building Python 2.4 on machines that do not support dynamic loading

2005-12-04 Thread Martin v. Löwis
Robert McLay wrote: > I have been trying to build python on Cray X1. As far as I can > tell it does not support dynamic loading. So the question is: > >How to build 2.4 without dynamic loading? Make sure HAVE_DYNAMIC_LOADING isn't defined; configure should detect this automatically. > That

Building Python 2.4 on machines that do not support dynamic loading

2005-12-04 Thread Robert McLay
I have been trying to build python on Cray X1. As far as I can tell it does not support dynamic loading. So the question is: How to build 2.4 without dynamic loading? That is: can I build 2.4 where all the extensions are archived in libpython2.4.a as a static library? Building on the Cray X