New submission from Ned Deily:

This is in reference to section 5.6 of the "Extending and Embedding Python" 
doc.  This has come up recently where third-party projects are using 
LINKEDFORHARED instead of the results of python-config when linking an embedded 
Python into their projects. See discussion in Issue3588. Also, the updates to 
section 5.6 made for Python 3 should be backported to the Python 2.7 doc.

http://docs.python.org/3/extending/embedding.html#compiling-and-linking-under-unix-like-systems

http://docs.python.org/2/extending/embedding.html#linking-requirements

----------
assignee: ned.deily
components: Documentation
messages: 190779
nosy: ned.deily
priority: normal
severity: normal
stage: needs patch
status: open
title: Embedding Python doc incorrectly refers to LINKFORSHARED
versions: Python 2.7, Python 3.3, Python 3.4

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue18164>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to