Re: [Mingw-w64-public] What is _pei386_runtime_relocator?

2016-12-05 Thread lhmouse
See comments about --enable-auto-import on https://www.sourceware.org/binutils/docs/ld/Options.html . When you refer to a member of a struct or array with static storage duration, the compiler may generate instructions to read from or write to a constant address that compares unequal to the addres

[Mingw-w64-public] What is _pei386_runtime_relocator?

2016-12-05 Thread Иван Иванов
Could you please tell me what operation does the _pei386_runtime_relocator function perform exactly? In which cases does the compiler generate calls to this function? How can I get rid of this function when doing "-nostdlib" development (think of it like bare metal development)? --

[Mingw-w64-public] FW: calling from python build script

2016-12-05 Thread Seaman, Graham
Hi I have a one-off requirement to compile and install a python package with some included C code on Windows 10. I'm failing to call the compiler; I have seen older threads on this list with similar problems, but either they are so old that the parameters needed are now different, or the thread

[Mingw-w64-public] Please remove ident when building CRT.

2016-12-05 Thread Иван Иванов
Hello! I'm using MinGW-builds project to compile all of my C code on windows. However I've noticed that for each object file linked into the final executable I get one ident line (for example "GCC:(i686-posix-sjlj-rev1, Built by MinGW-W64 project) 6.2.0"). I can remove this line for my own object

[Mingw-w64-public] calling from python build script

2016-12-05 Thread Seaman, Graham
Hi I have a one-off requirement to compile and install a python package with some included C code on Windows 10. I'm failing to call the compiler; I have seen older threads on this list referring to similar problems, but haven't managed to find a solution. The host: 64bit OS, x64-based process