Issue 1465554: Cygwin installer should create a link to libpythonX.Y.dll.a (original) (raw)

Issue1465554

Created on 2006-04-06 07:46 by tebeka, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg60898 - (view) Author: Miki Tebeka (tebeka) * Date: 2006-04-06 07:46
Installer should create a link to /usr/lib/python25/config/libpython2.5.dll.a in /usr/lib /usr/lib/python25/config is *not* in the linker path and build extensions using distutils don't work. Create a link in /usr/lib fixes the problem. Another option is to change distutils to add /usr/lib/python25/config to linker path on cygwin platforms.
msg109773 - (view) Author: Mark Lawrence (BreamoreBoy) * Date: 2010-07-09 16:58
I've no idea if this has already been covered by the intensive work that I understand has been going on with distutils.
History
Date User Action Args
2022-04-11 14:56:16 admin set github: 43168
2020-11-15 23:14:54 iritkatriel set status: open -> closedsuperseder: distutils extension library path bug on cygwinresolution: duplicatestage: test needed -> resolved
2014-02-03 19:22:39 BreamoreBoy set nosy: - BreamoreBoy
2010-07-09 16:58:24 BreamoreBoy set nosy: + BreamoreBoytitle: Cygwin installer should create a link to libpython2.5.dll.a -> Cygwin installer should create a link to libpythonX.Y.dll.amessages: + versions: + Python 3.2type: enhancement -> behavior
2009-03-21 02:03:11 ajaksu2 set nosy: + tarekversions: + Python 3.1, Python 2.7, - Python 2.5assignee: tarekcomponents: + Distutilstype: enhancementstage: test needed
2006-04-06 07:46:58 tebeka create