read.o):thread.cpp:(.text$_Interlocked
>>>> Increment[__InterlockedIncrement]+0x0): first defined here
>>>> e:/code/target/bin/../lib/gcc/x86_64-pc-mingw32/4.3.2/../../../../x86_64-pc-ming
>>>> w32/lib/libmingwex.a(lib64_libmingwex_a-wininterlocked.o):wininterlocked.c:(
; e:/code/target/bin/../lib/gcc/x86_64-pc-mingw32/4.3.2/../../../../x86_64-pc-ming
>>> w32/lib/libmingwex.a(lib64_libmingwex_a-wininterlocked.o):wininterlocked.c:(.tex
>>> t+0x487): multiple definition of `_InterlockedDecrement'
>>> e:\code\wx64/lib/libwxbase28d.a(basel
status
>> mingw32-make: *** [png.exe] Error 1
>> ----
>>
>> I check the header file in mingw, it's inline, but thread.o has an
>> implementation
>> of _InterlockedDecrement
>> Then I use -O2 to rebuild thread.o, g++ crash f
On 8/12/08, zhou drangon <[EMAIL PROTECTED]> wrote:
> hi,
>
> I successfully built an mingw-w64 from scratch, then build wxWidgets library,
> and application based on wxWidgets. There are some small problem, but on
> the whole, it works well. I haven't try it for a few months, and very
> happy to s