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 skrah
Recipients Trundle, benjamin.peterson, dmalcolm, jcea, meador.inge, ncoghlan, neologix, pitrou, python-dev, skrah, techtonik, tim.peters, vstinner
Date 2012-12-16.21:15:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1355692528.97.0.0533340736034.issue13390@psf.upfronthosting.co.za>
In-reply-to
Content
``./configure --without-pymalloc'' fails here:

gcc -pthread   -Xlinker -export-dynamic -o python Modules/python.o libpython3.4.a -lpthread -ldl  -lutil   -lm  
libpython3.4.a(sysmodule.o): In function `sys_getallocatedblocks':
/home/stefan/hg/cpython/./Python/sysmodule.c:900: undefined reference to `_Py_GetAllocatedBlocks'
collect2: error: ld returned 1 exit status
make: *** [python] Error 1
History
Date User Action Args
2012-12-16 21:15:29skrahsetrecipients: + skrah, tim.peters, jcea, ncoghlan, pitrou, vstinner, techtonik, benjamin.peterson, Trundle, dmalcolm, meador.inge, neologix, python-dev
2012-12-16 21:15:28skrahsetmessageid: <1355692528.97.0.0533340736034.issue13390@psf.upfronthosting.co.za>
2012-12-16 21:15:28skrahlinkissue13390 messages
2012-12-16 21:15:28skrahcreate