Staging
v0.5.1
https://github.com/python/cpython
Revision 0d2cceb01ca2d285aafcf92ad6a9dfcc61f4d722 authored by Ronald Oussoren on 08 June 2009, 21:04:41 UTC, committed by Ronald Oussoren on 08 June 2009, 21:04:41 UTC
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r73303 | ronald.oussoren | 2009-06-08 13:54:59 -0700 (Mon, 08 Jun 2009) | 11 lines

  This checkin adds a symlink to the lib directory of a framework install
  of Python (on OSX), and the end result of that is that the combination of
  ``python-config --ldflags`` and ``python-config --libs`` refers to an actually
  existing location.

  I've done this in preference to changing python-config to specify
  '-framework Python' for linking because that doesn't work when you have multiple
  versions of python installed (because '-framework Python' will always link to
  the 'Current' version of the framework, without a possibility to specify a
  specific version).
........
1 parent 10e0e30
History
Tip revision: 0d2cceb01ca2d285aafcf92ad6a9dfcc61f4d722 authored by Ronald Oussoren on 08 June 2009, 21:04:41 UTC
Merged revisions 73303 via svnmerge from
Tip revision: 0d2cceb
File Mode Size
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
Tools
.bzrignore -rw-r--r-- 688 bytes
.hgignore -rw-r--r-- 882 bytes
.hgtags -rw-r--r-- 3.5 KB
LICENSE -rw-r--r-- 13.7 KB
Makefile.pre.in -rw-r--r-- 38.7 KB
README -rw-r--r-- 7.4 KB
configure -rwxr-xr-x 678.8 KB
configure.in -rw-r--r-- 109.4 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 31.3 KB
runtests.sh -rwxr-xr-x 2.1 KB
setup.py -rw-r--r-- 70.7 KB

README

back to top