[Python-bugs-list] [Bug #119645] distutils.sysconfig.LINKFORSHARED is undefined

noreply@sourceforge.net noreply@sourceforge.net
Sat, 28 Oct 2000 17:24:06 -0700


Bug #119645, was updated on 2000-Oct-28 17:24
Here is a current snapshot of the bug.

Project: Python
Category: Documentation
Status: Open
Resolution: None
Bug Group: None
Priority: 5
Summary: distutils.sysconfig.LINKFORSHARED is undefined

Details: The current documentation (in http://www.python.org/doc/current/ext/link-reqs.html) says to check the value of distutils.sysconfig.LINKFORSHARED in order to get compiler options for embedding Python.  However, this value is undefined in Python 2.0, installed on a RedHat Linux system from the RPMs on www.python.org:

>>> import distutils.sysconfig
>>> distutils.sysconfig.LINKFORSHARED 
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
AttributeError: LINKFORSHARED


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