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 donmez
Recipients donmez, gvanrossum
Date 2007-12-13.18:21:48
SpamBayes Score 0.34661698
Marked as misclassified No
Message-id <1197570108.46.0.209873874469.issue1609@psf.upfronthosting.co.za>
In-reply-to
Content
gcc 4.3, Linux 2.6.18, 32bit. 

Without  LD_LIBRARY_PATH it would use the system libraries and not the
compiled ones which anyway is not wanted.

Configure line used is (damn I forgot to specify this before, sorry)

--with-fpectl \
--enable-shared \
--enable-ipv6 \
--with-threads \
--enable-unicode=ucs4 \
--with-wctype-functions

--enable-pydebug doesn't help.
History
Date User Action Args
2007-12-13 18:21:48donmezsetspambayes_score: 0.346617 -> 0.34661698
recipients: + donmez, gvanrossum
2007-12-13 18:21:48donmezsetspambayes_score: 0.346617 -> 0.346617
messageid: <1197570108.46.0.209873874469.issue1609@psf.upfronthosting.co.za>
2007-12-13 18:21:48donmezlinkissue1609 messages
2007-12-13 18:21:48donmezcreate