Martin Panter added the comment:

In the original report you mentioned a linker error caused by not using “-m64” 
from CFLAGS. Perhaps would it make more sense to add LDFLAGS=“-m64”, or use 
CC=“cc -m64” instead? There is also Issue 27490 and Issue 22981, both 
apparently about setting the ABI with CFLAGS.

----------
nosy: +martin.panter

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue27133>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to