Re: [Mingw-w64-public] Issues compiling Info-zip's zip 3.1c

2010-07-16 Thread Dmitrijs Ledkovs
On 16 July 2010 14:02, Chris Sutcliffe wrote: > Hi Kai, > >> This issue is caused by a recent fixed bug in binutils' dllwrap tool. >> Please use a new binutils version (head) version. Then your problem >> should be solved. > > Thank you for clarifying the source of the issue. > > Will this fix be

Re: [Mingw-w64-public] Issues compiling Info-zip's zip 3.1c

2010-07-16 Thread Chris Sutcliffe
Hi Kai, > This issue is caused by a recent fixed bug in binutils' dllwrap tool. > Please use a new binutils version (head) version. Then your problem > should be solved. Thank you for clarifying the source of the issue. Will this fix be captured in an automated build? I'm currently using the 20

Re: [Mingw-w64-public] Issues compiling Info-zip's zip 3.1c

2010-07-16 Thread Kai Tietz
Hello Chris, 2010/7/16 Chris Sutcliffe : > Hi All, > > I'm trying to compile Info-zip's zip 3.1c during the linking stage of > the 'dll' target.  The command I use to build the dll is: > > make -f win32/makefile.gcc CC=x86_64-w64-mingw32-gcc > RC=x86_64-w64-mingw32-windres NOASM=1 dll > > which co

[Mingw-w64-public] Issues compiling Info-zip's zip 3.1c

2010-07-16 Thread Chris Sutcliffe
Hi All, I'm trying to compile Info-zip's zip 3.1c during the linking stage of the 'dll' target. The command I use to build the dll is: make -f win32/makefile.gcc CC=x86_64-w64-mingw32-gcc RC=x86_64-w64-mingw32-windres NOASM=1 dll which compiles the object files fine, however, when linking: dll

Re: [Mingw-w64-public] What library has strcpy_s and friends?

2010-07-16 Thread Greg Peele
Kai, Thanks for the response. I have a few follow up questions about GCC and MSVC runtimes. > From: ktiet...@googlemail.com > > Hello Greg, > > 2010/7/16 Greg Peele : > > I've been taking MinGW-w64 TDM-GCC 4.5 for a spin on my company's code and I > > ran into a problem compiling a third part

Re: [Mingw-w64-public] Why decimal floating point not supported for this target ?

2010-07-16 Thread Kai Tietz
2010/7/16 Dongsheng Song : > On Fri, Jul 16, 2010 at 13:17, Kai Tietz wrote: >> >> The feature of decimal-floating-point isn't enabled in gcc for >> cygwin/mingw targets. Question for those targets are, which >> decimal-floating-point variant should be used, is there any support by >> runtime, whi

Re: [Mingw-w64-public] What library has strcpy_s and friends?

2010-07-16 Thread Kai Tietz
Hello Greg, 2010/7/16 Greg Peele : > I've been taking MinGW-w64 TDM-GCC 4.5 for a spin on my company's code and I > ran into a problem compiling a third party dependency: CppUnit 1.12.  Looks > like MinGW defines __STDC_SECURE_LIB__ which causes CppUnit to use sprintf_s > instead of sprintf (and s