This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author tebeka
Recipients
Date 2006-04-06.07:46:58
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
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.
History
Date User Action Args
2008-01-20 09:58:38adminlinkissue1465554 messages
2008-01-20 09:58:38admincreate