Python compiler issues and binary packages

2012-04-09 Thread Dan Ports
What's happening here is that the pymol port, like most Python modules using setuptools/distribute (as well as most perl modules, etc) builds using the same compiler that was used to build Python, not the one specified by configure.compiler. This sounds like a pretty serious problem now that we

Re: Python compiler issues and binary packages

2012-04-09 Thread Joshua Root
On 2012-4-10 06:23 , Dan Ports wrote: What's happening here is that the pymol port, like most Python modules using setuptools/distribute (as well as most perl modules, etc) builds using the same compiler that was used to build Python, not the one specified by configure.compiler. This sounds