Build bugs in Python 2.2.1?

A.M. Kuchling amk at amk.ca
Sun Aug 11 21:09:17 EDT 2002


In article <3D56DC52.7020604 at larsshack.org>, Lars Kellogg-Stedman wrote:
> (1) Compiler and linker flags specified to configure and propogated to 
> the toplevel Makefile are not communicated to the module build process, and

Look into Lib/distutils/sysconfig.py, perhaps inserting a few debug prints
to figure out what's going on.  Maybe sysconfig.py isn't looking up some 
variables in the Makefile that it should.

--amk



More information about the Python-list mailing list