Re: [Mingw-w64-public] [PATCH] crt: Add IMP symbols for lock/unlock_file

2016-12-07 Thread Jean-Baptiste Kempf
Hi, On Thu, 8 Dec 2016, at 00:28, JonY wrote: > On 12/07/2016 02:14 PM, Hugo Beauzée-Luyssen wrote: > > _lock_file & _unlock_file are always declared as __declspec(import), > > causing linking programs to search for a __imp___lock_file symbol which > > wasn't available > > Patch OK, please apply.

Re: [Mingw-w64-public] [PATCH] crt: Add IMP symbols for lock/unlock_file

2016-12-07 Thread JonY
On 12/07/2016 02:14 PM, Hugo Beauzée-Luyssen wrote: > _lock_file & _unlock_file are always declared as __declspec(import), > causing linking programs to search for a __imp___lock_file symbol which > wasn't available Patch OK, please apply. signature.asc Description: OpenPGP digital signature -

Re: [Mingw-w64-public] Help building cross-compiler on Linux

2016-12-07 Thread JonY
On 12/07/2016 07:45 PM, Riot wrote: > Hi all, > > I've been using MinGW-w64 for a long while now, but always on windows. I'm > currently trying to cross-compile windows projects on linux for the first > time. > > The issue I've run into is that std::experimental is not enabled in > Debian's pack

[Mingw-w64-public] Help building cross-compiler on Linux

2016-12-07 Thread Riot
Hi all, I've been using MinGW-w64 for a long while now, but always on windows. I'm currently trying to cross-compile windows projects on linux for the first time. The issue I've run into is that std::experimental is not enabled in Debian's packaged version of mingw-w64, which I need for std::exp

[Mingw-w64-public] [PATCH] crt: Add IMP symbols for lock/unlock_file

2016-12-07 Thread Hugo Beauzée-Luyssen
_lock_file & _unlock_file are always declared as __declspec(import), causing linking programs to search for a __imp___lock_file symbol which wasn't available --- mingw-w64-crt/stdio/mingw_lock.c | 4 1 file changed, 4 insertions(+) diff --git a/mingw-w64-crt/stdio/mingw_lock.c b/mingw-w64-cr