Re: [Python-Dev] Differentiating $(EXT) between build and install

Recently, "M.-A. Lemburg" <mal@lemburg.com> said:
The problem is only with building the interpreter. Because HFS+ is case-insensitive creating an executable "python" when there's already a subdirectory "Python" isn't going to work. So the idea is to use the BUILDEXT to create "python.exe" in stead, but install that as the normal "python" in the eventual install location. I would assume that the extra variable BUILDEXT in Makefile.pre.in woulnd't bother distutils or anything else. -- Jack Jansen | ++++ stop the execution of Mumia Abu-Jamal ++++ Jack.Jansen@oratrix.com | ++++ if you agree copy these lines to your sig ++++ www.cwi.nl/~jack | see http://www.xs4all.nl/~tank/spg-l/sigaction.htm

Jack Jansen wrote:
Ah, now I understand (I thought you were talking about compiling the extensions). No objections then for the short term... however, for the long term I guess we'll need some better solution like e.g. renaming Python/ to Interpreter/. -- Marc-Andre Lemburg CEO eGenix.com Software GmbH ______________________________________________________________________ Consulting & Company: http://www.egenix.com/ Python Software: http://www.lemburg.com/python/

Jack Jansen wrote:
Ah, now I understand (I thought you were talking about compiling the extensions). No objections then for the short term... however, for the long term I guess we'll need some better solution like e.g. renaming Python/ to Interpreter/. -- Marc-Andre Lemburg CEO eGenix.com Software GmbH ______________________________________________________________________ Consulting & Company: http://www.egenix.com/ Python Software: http://www.lemburg.com/python/
participants (3)
-
Jack Jansen
-
M.-A. Lemburg
-
Martin v. Loewis