[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [master b3cf281] Unbreak the MinGW build
From: |
Stephen Leake |
Subject: |
Re: [master b3cf281] Unbreak the MinGW build |
Date: |
Fri, 16 Dec 2016 16:16:44 -0600 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.5 (windows-nt) |
Eli Zaretskii <address@hidden> writes:
> I needed this commit to prevent temacs from crashing during dumping.
> Don't ask me how including errno.h (both the one from Gnulib and the
> MinGW one) could cause this, especially as the preprocessed __fpending
> doesn't seem to change a bit as result of that, and it doesn't seem to
> even be called during dumping. The facts are stubborn: if I leave
> that inclusion in place, I get a crash, removing it fixes the crash.
To help with this, I'm trying to build master on Mingw64, but I'm
missing some threads library (I assume due to the recent addition of
concurrency support):
gcc.exe: error: thread.o: No such file or directory
gcc.exe: error: systhread.o: No such file or directory
mingw has several "threads" libraries;
mingw64/mingw-w64-x86_64-npth 1.2-2
New portable threads library (mingw-w64)
mingw64/mingw-w64-x86_64-port-scanner 1.3-2
A multi threaded TCP port scanner from SecPoint.com (mingw-w64)
mingw64/mingw-w64-x86_64-winpthreads-git 5.0.0.4573.628fdbf-1
(mingw-w64-x86_64-toolchain) [installed]
MinGW-w64 winpthreads library
which one should I use?
--
-- Stephe
- [master b3cf281] Unbreak the MinGW build, Eli Zaretskii, 2016/12/16
- Re: [master b3cf281] Unbreak the MinGW build, Paul Eggert, 2016/12/16
- Re: [master b3cf281] Unbreak the MinGW build, Bruno Haible, 2016/12/16
- Re: [master b3cf281] Unbreak the MinGW build, Eli Zaretskii, 2016/12/16
- Re: [master b3cf281] Unbreak the MinGW build, Bruno Haible, 2016/12/16
- Re: [master b3cf281] Unbreak the MinGW build, Paul Eggert, 2016/12/16
- Re: [master b3cf281] Unbreak the MinGW build, Eli Zaretskii, 2016/12/17
- Re: [master b3cf281] Unbreak the MinGW build, Eli Zaretskii, 2016/12/17
Re: [master b3cf281] Unbreak the MinGW build,
Stephen Leake <=