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
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
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
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
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
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
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