This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author bob.ippolito
Recipients
Date 2004-02-08.02:15:54
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
It's standard procedure for frameworks on OS 
X is to have multiple binaries in the same framework 
for tasks such as debugging and profiling.  The developer would set 
the DYLD_IMAGE_SUFFIX environment variable in order to choose 
the non-standard image at runtime when they needed it.

It would rock if this could make it into the build scripts (so it would 
happen in OS X 10.4). I believe 
the only way right now is to configure+build three separate 
frameworks and stuff them all into one framework by hand.
History
Date User Action Args
2008-01-20 09:59:32adminlinkissue892707 messages
2008-01-20 09:59:32admincreate