[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lmi] MinGW-w64 gcc-6.3.0 anomaly
From: |
Greg Chicares |
Subject: |
Re: [lmi] MinGW-w64 gcc-6.3.0 anomaly |
Date: |
Tue, 22 Aug 2017 21:00:55 +0000 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 |
On 2017-08-20 17:58, Greg Chicares wrote:
> For the native builds distributed by MinGW-w64, invoking the
> compiler with a fully-qualified path no longer works with
> gcc-6.3.0:
Resolved the way Vadim suggested here:
http://lists.nongnu.org/archive/html/lmi/2017-08/msg00018.html
I had committed an ugly change that added the compiler's bin/
directory to $PATH:
> I'll push experimental
> commit ffcea7f91b1af2fcb5514eba4870085273fe162c
> and test it in a VM.
and it did work, but I've now reverted that and copied the
pthread DLL to /opt/lmi/local/bin/ along with the compiler's
other runtime files. We'd need to do that anyway for threaded
code to work.