[Mingw-w64-public] Msvcrt.dll

2013-04-23 Thread Алексей Павлов
Hi! With mingw-w64 runtime revision 5806 I have error when building Python (32 and 64 bit) version: Entry point daylight not found in msvcrt.dll With revision 5806 I don't have this error. Regards, Alexey. -- Try New

Re: [Mingw-w64-public] Msvcrt.dll

2013-04-23 Thread Jacek Caban
On 04/23/13 09:01, Алексей Павлов wrote: Hi! With mingw-w64 runtime revision 5806 I have error when building Python (32 and 64 bit) version: Entry point daylight not found in msvcrt.dll With revision 5806 I don't have this error. Are you sure about the revision? That commit didn't touch

Re: [Mingw-w64-public] Msvcrt.dll

2013-04-23 Thread Jacek Caban
On 04/23/13 12:12, Alexpux wrote: Sorry I am not clearly write here. Revision 5806 is work. But last revision 5811 has issue that I wrote in top message. Please try try his patch: http://repo.or.cz/w/mingw-w64/jacek.git/commitdiff/6ef6839128c1c71fd72d6c492bfdec4a0ea3913e Jacek

Re: [Mingw-w64-public] Msvcrt.dll

2013-04-23 Thread Алексей Павлов
Thanks Jacek. Your patch resolv issue with daylight. But now I have issue with asprintf when building GDB-7.5.1: i686-w64-mingw32-gcc -c -DHAVE_CONFIG_H -O2 -pipe -I/temp/x32-480-posix-dwarf-r3/libs/include -I/temp/mingw-prereq/x32-zlib/include -I/temp/mingw-prereq/i686-w64-mingw32-static/include

Re: [Mingw-w64-public] Msvcrt.dll

2013-04-23 Thread Алексей Павлов
This issue from 5812 commit I think 2013/4/23 Алексей Павлов alex...@gmail.com Thanks Jacek. Your patch resolv issue with daylight. But now I have issue with asprintf when building GDB-7.5.1: i686-w64-mingw32-gcc -c -DHAVE_CONFIG_H -O2 -pipe -I/temp/x32-480-posix-dwarf-r3/libs/include

Re: [Mingw-w64-public] Msvcrt.dll

2013-04-23 Thread Алексей Павлов
Sorry for the noise. This is my mistake. I pass __USE_MINGW_ANSI_STDIO in flags when configure GDB. Regards, Alexey! 2013/4/23 Алексей Павлов alex...@gmail.com This issue from 5812 commit I think 2013/4/23 Алексей Павлов alex...@gmail.com Thanks Jacek. Your patch resolv issue with

Re: [Mingw-w64-public] Msvcrt.dll

2013-04-23 Thread JonY
On 4/23/2013 20:39, Алексей Павлов wrote: Sorry for the noise. This is my mistake. I pass __USE_MINGW_ANSI_STDIO in flags when configure GDB. Yes, this is required to use the mingw-w64 provided C99 compliant asprintf. I'm not sure if I should go ahead and make an MS version for symmetry.