Bugs item #1465554, was opened at 2006-04-06 10:46
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1465554&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Installation
Group: Python 2.5
Status: Open
Resolution: None
Priority: 5
Submitted By: Miki Tebeka (tebeka)
Assigned to: Nobody/Anonymous (nobody)
Summary: Cygwin installer should create a link to libpython2.5.dll.a

Initial Comment:
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.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1465554&group_id=5470
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to