Xavier de Gaye added the comment:

> Sorry that I haven't answered for a long time. I would like to get an email 
> notification but I don't know whether/how I can enable it.

You should get an email upon each message posted to this issue. The email is 
sent to the address you have registered with as "jojo".


So your config.log confirms that the configure script does use 
${exec_prefix}/lib64.
Your system may be configured with a configure system-wide initialization file 
[1]. In that case, configure will print a line starting with:
    "loading site script ..."
and showing the path to the config.site file that is being loaded. As described 
at the end of [1], this is where libdir may be set to '${exec_prefix}/lib64'.

[1] 
https://www.gnu.org/software/autoconf/manual/autoconf-2.68/html_node/Site-Defaults.html

----------

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

Reply via email to