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 benjamin.peterson, skrah
Date 2014-05-14.15:58:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1400083123.1.0.176648785007.issue3539@psf.upfronthosting.co.za>
In-reply-to
Content
The original problem is fixed, but a similar one exists with
testembed (see msg113305 for instructions):

gcc -pthread   -Xlinker -export-dynamic -o Modules/_testembed Modules/_testembed.o libpython3.5dm.a -lpthread -ldl  -lutil   -lm
gcc: error: Modules/_testembed.o: No such file or directory
make: *** [Modules/_testembed] Error 1
History
Date User Action Args
2014-05-14 15:58:43skrahsetrecipients: + skrah, benjamin.peterson
2014-05-14 15:58:43skrahsetmessageid: <1400083123.1.0.176648785007.issue3539@psf.upfronthosting.co.za>
2014-05-14 15:58:43skrahlinkissue3539 messages
2014-05-14 15:58:42skrahcreate