Re: [pypy-dev] Visual Studio 2015 build strange behavior

2017-04-10 Thread Sergey Kurdakov
Hi Matti, after double checking pypy-c.exe headers with dumpbin /headers pypy-c.exe (actually while objects are compiled with /LARGEADDRESSAWARE flag in windows.py - final exe does not contain required flag so possibly here - either this flag should be removed or set correctly such that produced

Re: [pypy-dev] PyPy3.5 on FreeBSD

2017-04-10 Thread Armin Rigo
Hi, On 9 April 2017 at 12:35, Carl Friedrich Bolz-Tereick wrote: > Cool! Note that pypy3 is not really working on any 32 bit platform so far. On Linux, a 32-bit build is able to start, at least. I have no idea about the cryptic error message you're getting but it's probably a platform-specific