mingw-cross-env-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Mingw-cross-env-list] Congrats - short question.


From: Tony Theodore
Subject: Re: [Mingw-cross-env-list] Congrats - short question.
Date: Sun, 31 Jan 2016 18:49:40 +1100

> On 31 Jan 2016, at 18:21, Tony Theodore <address@hidden> wrote:
> 
> 
>> On 31 Jan 2016, at 04:57, Nagaev Boris <address@hidden> wrote:
>> 
>> Something is wrong with your libstdc++-6.dll. Here there is the
>> following symbol in my libstdc++-6.dll:
>> 
>> 6fec1330 T __ZNSt8ios_base4InitC1Ev
> 
> Something is wrong on OSX 10.10.5 also:
> 
> $ i686-w64-mingw32.shared-nm usr/i686-w64-mingw32.shared/bin/libstdc++-6.dll 
> | grep InitC1
>         U __ZNSt8ios_base4InitC1Ev

Appears to be a bug in binutils[1], reverting the recent update[2] seems to fix 
it[3]:

$ i686-w64-mingw32.shared-nm usr/i686-w64-mingw32.shared/bin/libstdc++-6.dll | 
grep InitC1
6fec1310 T __ZNSt8ios_base4InitC1Ev

Cheers,

Tony

[1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=813144
[2] https://github.com/mxe/mxe/commit/bd5f44b810f8278f446d53186ebcdabad253f7c5
[3] https://github.com/mxe/mxe/pull/1206




reply via email to

[Prev in Thread] Current Thread [Next in Thread]