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 dmalcolm
Recipients Arfrever, amaury.forgeotdarc, barry, dmalcolm, doko, eric.araujo, eric.smith, fdrake, loewis, pitrou, r.david.murray
Date 2010-10-15.21:21:21
SpamBayes Score 0.00048789085
Marked as misclassified No
Message-id <1287177682.97.0.34493879243.issue9807@psf.upfronthosting.co.za>
In-reply-to
Content
Summarizing IRC discussion:

Tested on Fedora 13 x86_64 with:
  --enable-shared --with-wide-unicode
and with confdir != srcdir with:
  ../configure --enable-shared --with-wide-unicode --with-pydebug

Mostly working but, test_distutils fails:
  test_get_outputs (distutils.tests.test_build_ext.BuildExtTestCase) ... /usr/bin/ld: cannot find -lpython3.2
  collect2: ld returned 1 exit status

Each build makes a "libpython3.2.a"
History
Date User Action Args
2010-10-15 21:21:23dmalcolmsetrecipients: + dmalcolm, loewis, fdrake, barry, doko, amaury.forgeotdarc, pitrou, eric.smith, eric.araujo, Arfrever, r.david.murray
2010-10-15 21:21:22dmalcolmsetmessageid: <1287177682.97.0.34493879243.issue9807@psf.upfronthosting.co.za>
2010-10-15 21:21:21dmalcolmlinkissue9807 messages
2010-10-15 21:21:21dmalcolmcreate