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 xdegaye
Recipients xdegaye
Date 2017-11-03.14:10:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1509718257.97.0.213398074469.issue31934@psf.upfronthosting.co.za>
In-reply-to
Content
The error message when building out of a not clean source tree:

renaming build/scripts-3.7/2to3 to build/scripts-3.7/2to3-3.7
renaming build/scripts-3.7/pyvenv to build/scripts-3.7/pyvenv-3.7
gcc -pthread   -Xlinker -export-dynamic -o Programs/_testembed Programs/_testembed.o libpython3.7m.a -lpthread -ldl  -lutil   -lm
gcc: error: Programs/_testembed.o: No such file or directory
make[1]: *** [Makefile:707: Programs/_testembed] Error 1
History
Date User Action Args
2017-11-03 14:10:58xdegayesetrecipients: + xdegaye
2017-11-03 14:10:57xdegayesetmessageid: <1509718257.97.0.213398074469.issue31934@psf.upfronthosting.co.za>
2017-11-03 14:10:57xdegayelinkissue31934 messages
2017-11-03 14:10:57xdegayecreate