[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:48:04 +0000 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 |
On 2017-08-22 21:37, Vadim Zeitlin wrote:
> On Tue, 22 Aug 2017 21:00:55 +0000 Greg Chicares <address@hidden> wrote:
>
> GC> and it did work, but I've now reverted that and copied the
> GC> pthread DLL to /opt/lmi/local/bin/ along with the compiler's
> GC> other runtime files. We'd need to do that anyway for threaded
> GC> code to work.
>
> One thing I realized after sending my message was that the DLLS in
> compiler_runtime_files were only copied to a directory on the PATH during
> "make install" -- but the files need to be compiled before installing them.
> So, unless I'm missing something, this still shouldn't work on a completely
> fresh installation and I think we need to execute "make once-only-setup" or
> something like this from install_msw.sh, don't we?
Yes, we should do something like that, and we should also use wildcards
for the DLL names because their suffixes may change in the future.