[issue3539] Problem with testembed make dependencies in certain circumstances

2022-02-24 Thread Irit Katriel
Irit Katriel added the comment: Closing as suggested by Martin. -- nosy: +iritkatriel resolution: -> wont fix stage: -> resolved status: open -> closed ___ Python tracker ___

[issue3539] Problem with testembed make dependencies in certain circumstances

2016-03-19 Thread Martin Panter
Martin Panter added the comment: The fault still exists for me with the pgen objects. The makefile has changed a few times about automatically compiling pgen (Issue 22359) or not (Issue 14321), so it would depend which version is tested. I’m not an expert on VPATH, but it seems like it would b

[issue3539] Problem with testembed make dependencies in certain circumstances

2015-05-04 Thread Wessel Badenhorst
Changes by Wessel Badenhorst : -- type: -> compile error ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:

[issue3539] Problem with testembed make dependencies in certain circumstances

2014-05-14 Thread Stefan Krah
Stefan Krah added the comment: 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

[issue3539] Problem with testembed make dependencies in certain circumstances

2014-05-14 Thread Stefan Krah
Changes by Stefan Krah : -- nosy: -skrah ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.or