[Python-Dev] Adding directories to configure.in for fink? (original) (raw)
Jack Jansen Jack.Jansen at cwi.nl
Sun Jul 18 22:53:47 CEST 2004
- Previous message: [Python-Dev] Adding directories to configure.in for fink?
- Next message: [Python-Dev] Adding directories to configure.in for fink?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 16 Jul 2004, at 19:32, Brett C. wrote:
And if we could take this even further and have the stuff configure.in is passed and discovers available to Fink we could customize the install even further. I bring this up because if you do a --without-toolbox-glue build on OS X you get a ton of failed links of various modules that want Carbon stuff that they don't get since they were turned off. If that flag was available in setup.py then we could just add a conditional making sure that the flag was not flipped to off.
This is actually a slightly different problem: the information is in pyconfig.h (USE_TOOLBOX_OBJECT_GLUE), but distutils doesn't seem to have a way to get at it.
Jack Jansen, <Jack.Jansen at cwi.nl>, http://www.cwi.nl/~jack If I can't dance I don't want to be part of your revolution -- Emma Goldman
- Previous message: [Python-Dev] Adding directories to configure.in for fink?
- Next message: [Python-Dev] Adding directories to configure.in for fink?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]