SVR2 was obsolete by 1986 and is no longer supported by anybody,
and its code was getting in the way of use of this module by
Emacs, which has its own ‘read’ function anyway.
* lib/fsusage.c: Do not include sys/filsys.h.
(get_fs_usage): Remove SVR2-specific code.
* m4/fsusage.m4 (gl_FILE_SYSTEM_USA
Tim Rühsen wrote:
> FYI, it builds with this sequence
> PREFIX=x86_64-w64-mingw32
> export CC=$PREFIX-gcc-win32
> export CXX=$PREFIX-g++-win32
> export CPP=$PREFIX-cpp-win32
> export RANLIB=$PREFIX-ranlib
> ./configure --build=x86_64-pc-linux-gnu --host=$PREFIX
>
> I have not found any docs about
One more improvement of this module:
2017-10-01 Bruno Haible
vma-iter: Add support for GNU/Hurd.
* lib/vma-iter.c: Treat GNU/Hurd like Linux.
* lib/vma-iter.h (VMA_ITERATE_SUPPORTED): Define also on GNU/kFreeBSD.
>From c97f30467f85c88c48e218b1b96081aefad8cc45 Mon Sep 1
On Samstag, 30. September 2017 23:18:20 CEST Tim Rühsen wrote:
> On Samstag, 30. September 2017 20:08:46 CEST Bruno Haible wrote:
> > Tim Rühsen wrote:
> > > My question: How can I force the MinGW build to ignore pthreads and use
> > > the
> > > native Win32 API ? (I am using gnulib's bootstrap scr