New submission from Jorge Ramos <ney...@gmail.com>:

When building python 3.6.7 x64 from source I get multiple warnings:

--------------------------------------------------------------------
LINK : LNK4281 - "undesirable base address 0x1D110000 for x64 image; set base 
address above 4GB for best ASLR optimization".
--------------------------------------------------------------------

after that, the build gives the offending module: 

--------------------------------------
[..\PCbuild\pythoncore.vcxproj]
---------------------------------------

(e.g., there are many others) the .. means whatever parent directory the build 
files are on. I use the following batch file:

------------------------------------------------------------
Tools\msi\buildrelease.bat -x64 --pgo '-m test -q --pgo'
-------------------------------------------------------------

Is this a problem?

----------
components: Build
messages: 329938
nosy: neyuru
priority: normal
severity: normal
status: open
title: Linker warning LNK4281
type: compile error
versions: Python 3.6

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

Reply via email to