[Python-bugs-list] [Bug #122215] python will not build without --with-suffix on case insensitive filesystem

noreply@sourceforge.net noreply@sourceforge.net
Sat, 11 Nov 2000 20:26:23 -0800


Bug #122215, was updated on 2000-Nov-11 20:26
Here is a current snapshot of the bug.

Project: Python
Category: Build
Status: Open
Resolution: None
Bug Group: Platform-specific
Priority: 5
Summary: python will not build without --with-suffix on case insensitive filesystem

Details: Mac OSX as the option of being installed in HFS+, a case insensitive filesystem.

Under OSX on HFS+, one *must* use the --with-suffix to change the name of the compiled executable or the build fails.

However, it would be desirable to have the 'make install' still instal the binary as just plain 'python' without requiring manual step.

Maybe the top level Python directory could be renamed PyCore or something?

(Yes, this is an annoyance-- but case insensitive files systems are a reality)


For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=122215&group_id=5470