Here's the current status of the POSIX emulation modules of gnulib on native Windows (*-*-mingw platforms), excluding known not working modules (mgetgroups, getugroups, idcache, userspec, openpty, login_tty, forkpty, pt_chown, grantpt, pty, savewd, mkancesdirs, mkdir-p, euidaccess, faccessat).
Tested platforms: - mingw 2009 (shipped with Cygwin 1.5.x) - mingw 2011 (shipped with Cygwin 1.7.x) - mingw64 2011 (shipped with Cygwin 1.7.x) - MSVC 9 Everyone is encouraged to investigate and plug one or more of the missing features! mingw2009: test-fsync.c:73: assertion failed FAIL: test-fsync.exe test-ioctl.c:38: assertion failed FAIL: test-ioctl.exe skipping test: symlinks not supported on this file system test-linkat.c:185: assertion failed FAIL: test-linkat.exe test-nonblocking-reader.h:110: assertion failed (NULL): ./test-nonblocking-socket-child.exe subprocess got fatal signal 15 test-nonblocking-socket-main.c:117: assertion failed FAIL: test-nonblocking-socket.sh test-ptsname_r.c:117: assertion failed FAIL: test-ptsname_r.exe test-renameat.c:163: assertion failed FAIL: test-renameat.exe FAIL: test-select-out.sh test-strtod.c:539: assertion failed FAIL: test-strtod.exe mingw2011: Like mingw2009, except for test-strtod.exe, plus: test-getlogin.c:71: assertion failed FAIL: test-getlogin.exe test-getlogin_r.c:72: assertion failed FAIL: test-getlogin_r.exe /home/bruno/multibuild-1639/mingw2011/testdir1/gltests/test-lock.exe: error while loading shared libraries: pthreadGC2.dll: cannot open shared object file: No such file or directory FAIL: test-lock.exe test-pread.c:83: assertion failed FAIL: test-pread.sh /home/bruno/multibuild-1639/mingw2011/testdir1/gltests/test-pthread_sigmask2.exe: error while loading shared libraries: pthreadGC2.dll: cannot open shared object file: No such file or directory FAIL: test-pthread_sigmask2.exe /home/bruno/multibuild-1639/mingw2011/testdir1/gltests/test-strsignal.exe: error while loading shared libraries: pthreadGC2.dll: cannot open shared object file: No such file or directory FAIL: test-strsignal.exe /home/bruno/multibuild-1639/mingw2011/testdir1/gltests/test-thread_self.exe: error while loading shared libraries: pthreadGC2.dll: cannot open shared object file: No such file or directory FAIL: test-thread_self.exe /home/bruno/multibuild-1639/mingw2011/testdir1/gltests/test-thread_create.exe: error while loading shared libraries: pthreadGC2.dll: cannot open shared object file: No such file or directory FAIL: test-thread_create.exe /home/bruno/multibuild-1639/mingw2011/testdir1/gltests/test-tls.exe: error while loading shared libraries: pthreadGC2.dll: cannot open shared object file: No such file or directory FAIL: test-tls.exe mingw64-2011: Like mingw2009, except for test-strtod.exe, plus: test-getlogin.c:24:1: error: ‘getlogin’ undeclared here (not in a function) test-getlogin.c: In function ‘main’: test-getlogin.c:39:3: warning: implicit declaration of function ‘getlogin’ test-getlogin.c:39:7: warning: assignment makes pointer from integer without a cast make[4]: *** [test-getlogin.o] Error 1 test-stat.h:39: assertion failed FAIL: test-fstatat.exe test-ftruncate.c:38: assertion failed FAIL: test-ftruncate.sh FAIL: test-getaddrinfo.exe test-getlogin_r.c:72: assertion failed FAIL: test-getlogin_r.exe test-getopt.h:773: assertion failed FAIL: test-getopt.exe test-link.h:147: assertion failed FAIL: test-link.exe test-link.h:147: assertion failed FAIL: test-linkat.exe /home/bruno/multibuild-1639/mingw64-mingw2011/testdir1/gltests/test-lock.exe: error while loading shared libraries: pthreadGC2.dll: cannot open shared object file: No such file or directory FAIL: test-lock.exe test-lseek.c:73: assertion failed FAIL: test-lseek.sh test-lstat.h:38: assertion failed FAIL: test-lstat.exe test-pread.c:83: assertion failed FAIL: test-pread.sh /home/bruno/multibuild-1639/mingw64-mingw2011/testdir1/gltests/test-pthread_sigmask2.exe: error while loading shared libraries: pthreadGC2.dll: cannot open shared object file: No such file or directory FAIL: test-pthread_sigmask2.exe test-stat.h:39: assertion failed FAIL: test-stat.exe test-stat-time.c:166: assertion failed FAIL: test-stat-time.exe /home/bruno/multibuild-1639/mingw64-mingw2011/testdir1/gltests/test-strsignal.exe: error while loading shared libraries: pthreadGC2.dll: cannot open shared object file: No such file or directory FAIL: test-strsignal.exe /home/bruno/multibuild-1639/mingw64-mingw2011/testdir1/gltests/test-thread_self.exe: error while loading shared libraries: pthreadGC2.dll: cannot open shared object file: No such file or directory FAIL: test-thread_self.exe /home/bruno/multibuild-1639/mingw64-mingw2011/testdir1/gltests/test-thread_create.exe: error while loading shared libraries: pthreadGC2.dll: cannot open shared object file: No such file or directory FAIL: test-thread_create.exe /home/bruno/multibuild-1639/mingw64-mingw2011/testdir1/gltests/test-tls.exe: error while loading shared libraries: pthreadGC2.dll: cannot open shared object file: No such file or directory FAIL: test-tls.exe test-utimens.h:39: assertion failed FAIL: test-utimens.exe test-utimens.h:39: assertion failed FAIL: test-utimensat.exe msvc9: source='test-acosl.c' object='test-acosl.obj' libtool=no \ DEPDIR=.deps depmode=none /bin/sh ../build-aux/depcomp \ /home/bruno/msvc/compile cl -nologo -DHAVE_CONFIG_H -I. -I.. -DGNULIB_STRICT_CHECKING=1 -DIN_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gllib -I./../gllib -D_WIN32_WINNT=_WIN32_WINNT_WINXP -I/usr/local/msvc/include -MD -c -o test-acosl.obj `cygpath -w 'test-acosl.c'` test-acosl.c test-acosl.c(24) : error C2065: 'acosl': nichtdeklarierter Bezeichner test-acosl.c(24) : error C2099: Initialisierung ist keine Konstante make[4]: *** [test-acosl.obj] Error 2 source='test-asinl.c' object='test-asinl.obj' libtool=no \ DEPDIR=.deps depmode=none /bin/sh ../build-aux/depcomp \ /home/bruno/msvc/compile cl -nologo -DHAVE_CONFIG_H -I. -I.. -DGNULIB_STRICT_CHECKING=1 -DIN_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gllib -I./../gllib -D_WIN32_WINNT=_WIN32_WINNT_WINXP -I/usr/local/msvc/include -MD -c -o test-asinl.obj `cygpath -w 'test-asinl.c'` test-asinl.c test-asinl.c(24) : error C2065: 'asinl': nichtdeklarierter Bezeichner test-asinl.c(24) : error C2099: Initialisierung ist keine Konstante make[4]: *** [test-asinl.obj] Error 2 source='test-atanl.c' object='test-atanl.obj' libtool=no \ DEPDIR=.deps depmode=none /bin/sh ../build-aux/depcomp \ /home/bruno/msvc/compile cl -nologo -DHAVE_CONFIG_H -I. -I.. -DGNULIB_STRICT_CHECKING=1 -DIN_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gllib -I./../gllib -D_WIN32_WINNT=_WIN32_WINNT_WINXP -I/usr/local/msvc/include -MD -c -o test-atanl.obj `cygpath -w 'test-atanl.c'` test-atanl.c test-atanl.c(24) : error C2065: 'atanl': nichtdeklarierter Bezeichner test-atanl.c(24) : error C2099: Initialisierung ist keine Konstante make[4]: *** [test-atanl.obj] Error 2 source='test-cbrt.c' object='test-cbrt.obj' libtool=no \ DEPDIR=.deps depmode=none /bin/sh ../build-aux/depcomp \ /home/bruno/msvc/compile cl -nologo -DHAVE_CONFIG_H -I. -I.. -DGNULIB_STRICT_CHECKING=1 -DIN_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gllib -I./../gllib -D_WIN32_WINNT=_WIN32_WINNT_WINXP -I/usr/local/msvc/include -MD -c -o test-cbrt.obj `cygpath -w 'test-cbrt.c'` test-cbrt.c test-cbrt.c(24) : error C2065: 'cbrt': nichtdeklarierter Bezeichner test-cbrt.c(24) : error C2099: Initialisierung ist keine Konstante make[4]: *** [test-cbrt.obj] Error 2 source='test-cosl.c' object='test-cosl.obj' libtool=no \ DEPDIR=.deps depmode=none /bin/sh ../build-aux/depcomp \ /home/bruno/msvc/compile cl -nologo -DHAVE_CONFIG_H -I. -I.. -DGNULIB_STRICT_CHECKING=1 -DIN_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gllib -I./../gllib -D_WIN32_WINNT=_WIN32_WINNT_WINXP -I/usr/local/msvc/include -MD -c -o test-cosl.obj `cygpath -w 'test-cosl.c'` test-cosl.c test-cosl.c(24) : error C2065: 'cosl': nichtdeklarierter Bezeichner test-cosl.c(24) : error C2099: Initialisierung ist keine Konstante make[4]: *** [test-cosl.obj] Error 2 source='test-erf.c' object='test-erf.obj' libtool=no \ DEPDIR=.deps depmode=none /bin/sh ../build-aux/depcomp \ /home/bruno/msvc/compile cl -nologo -DHAVE_CONFIG_H -I. -I.. -DGNULIB_STRICT_CHECKING=1 -DIN_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gllib -I./../gllib -D_WIN32_WINNT=_WIN32_WINNT_WINXP -I/usr/local/msvc/include -MD -c -o test-erf.obj `cygpath -w 'test-erf.c'` test-erf.c test-erf.c(24) : error C2065: 'erf': nichtdeklarierter Bezeichner test-erf.c(24) : error C2099: Initialisierung ist keine Konstante make[4]: *** [test-erf.obj] Error 2 source='test-erfc.c' object='test-erfc.obj' libtool=no \ DEPDIR=.deps depmode=none /bin/sh ../build-aux/depcomp \ /home/bruno/msvc/compile cl -nologo -DHAVE_CONFIG_H -I. -I.. -DGNULIB_STRICT_CHECKING=1 -DIN_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gllib -I./../gllib -D_WIN32_WINNT=_WIN32_WINNT_WINXP -I/usr/local/msvc/include -MD -c -o test-erfc.obj `cygpath -w 'test-erfc.c'` test-erfc.c test-erfc.c(24) : error C2065: 'erfc': nichtdeklarierter Bezeichner test-erfc.c(24) : error C2099: Initialisierung ist keine Konstante make[4]: *** [test-erfc.obj] Error 2 source='test-expl.c' object='test-expl.obj' libtool=no \ DEPDIR=.deps depmode=none /bin/sh ../build-aux/depcomp \ /home/bruno/msvc/compile cl -nologo -DHAVE_CONFIG_H -I. -I.. -DGNULIB_STRICT_CHECKING=1 -DIN_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gllib -I./../gllib -D_WIN32_WINNT=_WIN32_WINNT_WINXP -I/usr/local/msvc/include -MD -c -o test-expl.obj `cygpath -w 'test-expl.c'` test-expl.c test-expl.c(24) : error C2065: 'expl': nichtdeklarierter Bezeichner test-expl.c(24) : error C2099: Initialisierung ist keine Konstante make[4]: *** [test-expl.obj] Error 2 /home/bruno/msvc/compile cl -nologo -MD -L/usr/local/msvc/lib -o test-fclose.exe test-fclose.obj libtests.a ../gllib/libgnu.a libtests.a libgnu.a(stdio-read.obj) : error LNK2019: Verweis auf nicht aufgel�stes externes Symbol "_vfscanf" in Funktion "_rpl_vfscanf". test-fclose.exe : fatal error LNK1120: 1 nicht aufgel�ste externe Verweise. make[4]: *** [test-fclose.exe] Error 2 /home/bruno/msvc/compile cl -nologo -MD -L/usr/local/msvc/lib -o test-fflush.exe test-fflush.obj libtests.a ../gllib/libgnu.a libtests.a libgnu.a(stdio-read.obj) : error LNK2019: Verweis auf nicht aufgel�stes externes Symbol "_vfscanf" in Funktion "_rpl_vfscanf". test-fflush.exe : fatal error LNK1120: 1 nicht aufgel�ste externe Verweise. make[4]: *** [test-fflush.exe] Error 2 /home/bruno/msvc/compile cl -nologo -MD -L/usr/local/msvc/lib -o test-fflush2.exe test-fflush2.obj libtests.a ../gllib/libgnu.a libtests.a libgnu.a(stdio-read.obj) : error LNK2019: Verweis auf nicht aufgel�stes externes Symbol "_vfscanf" in Funktion "_rpl_vfscanf". test-fflush2.exe : fatal error LNK1120: 1 nicht aufgel�ste externe Verweise. make[4]: *** [test-fflush2.exe] Error 2 /home/bruno/msvc/compile cl -nologo -MD -L/usr/local/msvc/lib -o test-fgetc.exe test-fgetc.obj libtests.a ../gllib/libgnu.a libtests.a libgnu.a(stdio-read.obj) : error LNK2019: Verweis auf nicht aufgel�stes externes Symbol "_vfscanf" in Funktion "_rpl_vfscanf". test-fgetc.exe : fatal error LNK1120: 1 nicht aufgel�ste externe Verweise. make[4]: *** [test-fgetc.exe] Error 2 source='test-floorl.c' object='test-floorl.obj' libtool=no \ DEPDIR=.deps depmode=none /bin/sh ../build-aux/depcomp \ /home/bruno/msvc/compile cl -nologo -DHAVE_CONFIG_H -I. -I.. -DGNULIB_STRICT_CHECKING=1 -DIN_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gllib -I./../gllib -D_WIN32_WINNT=_WIN32_WINNT_WINXP -I/usr/local/msvc/include -MD -c -o test-floorl.obj `cygpath -w 'test-floorl.c'` test-floorl.c test-floorl.c(24) : error C2065: 'floorl': nichtdeklarierter Bezeichner test-floorl.c(24) : error C2099: Initialisierung ist keine Konstante make[4]: *** [test-floorl.obj] Error 2 /home/bruno/msvc/compile cl -nologo -MD -L/usr/local/msvc/lib -o test-fpurge.exe test-fpurge.obj libtests.a ../gllib/libgnu.a libtests.a libgnu.a(stdio-read.obj) : error LNK2019: Verweis auf nicht aufgel�stes externes Symbol "_vfscanf" in Funktion "_rpl_vfscanf". test-fpurge.exe : fatal error LNK1120: 1 nicht aufgel�ste externe Verweise. make[4]: *** [test-fpurge.exe] Error 2 /home/bruno/msvc/compile cl -nologo -MD -L/usr/local/msvc/lib -o test-fread.exe test-fread.obj libtests.a ../gllib/libgnu.a libtests.a libgnu.a(stdio-read.obj) : error LNK2019: Verweis auf nicht aufgel�stes externes Symbol "_vfscanf" in Funktion "_rpl_vfscanf". test-fread.exe : fatal error LNK1120: 1 nicht aufgel�ste externe Verweise. make[4]: *** [test-fread.exe] Error 2 /home/bruno/msvc/compile cl -nologo -MD -L/usr/local/msvc/lib -o test-freading.exe test-freading.obj libtests.a ../gllib/libgnu.a libtests.a libgnu.a(stdio-read.obj) : error LNK2019: Verweis auf nicht aufgel�stes externes Symbol "_vfscanf" in Funktion "_rpl_vfscanf". test-freading.exe : fatal error LNK1120: 1 nicht aufgel�ste externe Verweise. make[4]: *** [test-freading.exe] Error 2 /home/bruno/msvc/compile cl -nologo -MD -L/usr/local/msvc/lib -o test-fseek.exe test-fseek.obj libtests.a ../gllib/libgnu.a libtests.a libgnu.a(stdio-read.obj) : error LNK2019: Verweis auf nicht aufgel�stes externes Symbol "_vfscanf" in Funktion "_rpl_vfscanf". test-fseek.exe : fatal error LNK1120: 1 nicht aufgel�ste externe Verweise. make[4]: *** [test-fseek.exe] Error 2 /home/bruno/msvc/compile cl -nologo -MD -L/usr/local/msvc/lib -o test-fseeko.exe test-fseeko.obj libtests.a ../gllib/libgnu.a libtests.a libgnu.a(stdio-read.obj) : error LNK2019: Verweis auf nicht aufgel�stes externes Symbol "_vfscanf" in Funktion "_rpl_vfscanf". test-fseeko.exe : fatal error LNK1120: 1 nicht aufgel�ste externe Verweise. make[4]: *** [test-fseeko.exe] Error 2 /home/bruno/msvc/compile cl -nologo -MD -L/usr/local/msvc/lib -o test-ftell.exe test-ftell.obj libtests.a ../gllib/libgnu.a libtests.a libgnu.a(stdio-read.obj) : error LNK2019: Verweis auf nicht aufgel�stes externes Symbol "_vfscanf" in Funktion "_rpl_vfscanf". test-ftell.exe : fatal error LNK1120: 1 nicht aufgel�ste externe Verweise. make[4]: *** [test-ftell.exe] Error 2 /home/bruno/msvc/compile cl -nologo -MD -L/usr/local/msvc/lib -o test-ftell3.exe test-ftell3.obj libtests.a ../gllib/libgnu.a libtests.a libgnu.a(stdio-read.obj) : error LNK2019: Verweis auf nicht aufgel�stes externes Symbol "_vfscanf" in Funktion "_rpl_vfscanf". test-ftell3.exe : fatal error LNK1120: 1 nicht aufgel�ste externe Verweise. make[4]: *** [test-ftell3.exe] Error 2 /home/bruno/msvc/compile cl -nologo -MD -L/usr/local/msvc/lib -o test-ftello.exe test-ftello.obj libtests.a ../gllib/libgnu.a libtests.a libgnu.a(stdio-read.obj) : error LNK2019: Verweis auf nicht aufgel�stes externes Symbol "_vfscanf" in Funktion "_rpl_vfscanf". test-ftello.exe : fatal error LNK1120: 1 nicht aufgel�ste externe Verweise. make[4]: *** [test-ftello.exe] Error 2 /home/bruno/msvc/compile cl -nologo -MD -L/usr/local/msvc/lib -o test-ftello3.exe test-ftello3.obj libtests.a ../gllib/libgnu.a libtests.a libgnu.a(stdio-read.obj) : error LNK2019: Verweis auf nicht aufgel�stes externes Symbol "_vfscanf" in Funktion "_rpl_vfscanf". test-ftello3.exe : fatal error LNK1120: 1 nicht aufgel�ste externe Verweise. make[4]: *** [test-ftello3.exe] Error 2 source='test-getaddrinfo.c' object='test-getaddrinfo.obj' libtool=no \ DEPDIR=.deps depmode=none /bin/sh ../build-aux/depcomp \ /home/bruno/msvc/compile cl -nologo -DHAVE_CONFIG_H -I. -I.. -DGNULIB_STRICT_CHECKING=1 -DIN_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gllib -I./../gllib -D_WIN32_WINNT=_WIN32_WINNT_WINXP -I/usr/local/msvc/include -MD -c -o test-getaddrinfo.obj `cygpath -w 'test-getaddrinfo.c'` test-getaddrinfo.c test-getaddrinfo.c(25) : error C2440: 'Initialisierung': 'void (__stdcall *)(PADDRINFOA)' kann nicht in 'void (__cdecl *)(addrinfo *)' konvertiert werden test-getaddrinfo.c(29) : error C2440: 'Initialisierung': 'INT (__stdcall *)(PCSTR,PCSTR,const ADDRINFOA *,PADDRINFOA *)' kann nicht in 'int (__cdecl *)(const char *,const char *,const addrinfo *,addrinfo **)' konvertiert werden make[4]: *** [test-getaddrinfo.obj] Error 2 /home/bruno/msvc/compile cl -nologo -MD -L/usr/local/msvc/lib -o test-getdelim.exe test-getdelim.obj libtests.a ../gllib/libgnu.a libtests.a libgnu.a(stdio-read.obj) : error LNK2019: Verweis auf nicht aufgel�stes externes Symbol "_vfscanf" in Funktion "_rpl_vfscanf". test-getdelim.exe : fatal error LNK1120: 1 nicht aufgel�ste externe Verweise. make[4]: *** [test-getdelim.exe] Error 2 /home/bruno/msvc/compile cl -nologo -MD -L/usr/local/msvc/lib -o test-getline.exe test-getline.obj libtests.a ../gllib/libgnu.a libtests.a libgnu.a(stdio-read.obj) : error LNK2019: Verweis auf nicht aufgel�stes externes Symbol "_vfscanf" in Funktion "_rpl_vfscanf". test-getline.exe : fatal error LNK1120: 1 nicht aufgel�ste externe Verweise. make[4]: *** [test-getline.exe] Error 2 /home/bruno/msvc/compile cl -nologo -MD -L/usr/local/msvc/lib -o test-getlogin.exe test-getlogin.obj libtests.a ../gllib/libgnu.a libtests.a libgnu.a(getlogin.obj) : error LNK2019: Verweis auf nicht aufgel�stes externes Symbol "__imp__GetUserNameA@8" in Funktion "_getlogin". test-getlogin.exe : fatal error LNK1120: 1 nicht aufgel�ste externe Verweise. make[4]: *** [test-getlogin.exe] Error 2 /home/bruno/msvc/compile cl -nologo -MD -L/usr/local/msvc/lib -o test-getlogin_r.exe test-getlogin_r.obj libtests.a ../gllib/libgnu.a libtests.a libgnu.a(getlogin_r.obj) : error LNK2019: Verweis auf nicht aufgel�stes externes Symbol "__imp__GetUserNameA@8" in Funktion "_getlogin_r". test-getlogin_r.exe : fatal error LNK1120: 1 nicht aufgel�ste externe Verweise. make[4]: *** [test-getlogin_r.exe] Error 2 source='test-lgamma.c' object='test-lgamma.obj' libtool=no \ DEPDIR=.deps depmode=none /bin/sh ../build-aux/depcomp \ /home/bruno/msvc/compile cl -nologo -DHAVE_CONFIG_H -I. -I.. -DGNULIB_STRICT_CHECKING=1 -DIN_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gllib -I./../gllib -D_WIN32_WINNT=_WIN32_WINNT_WINXP -I/usr/local/msvc/include -MD -c -o test-lgamma.obj `cygpath -w 'test-lgamma.c'` test-lgamma.c test-lgamma.c(24) : error C2065: 'lgamma': nichtdeklarierter Bezeichner test-lgamma.c(24) : error C2099: Initialisierung ist keine Konstante make[4]: *** [test-lgamma.obj] Error 2 source='test-log1p.c' object='test-log1p.obj' libtool=no \ DEPDIR=.deps depmode=none /bin/sh ../build-aux/depcomp \ /home/bruno/msvc/compile cl -nologo -DHAVE_CONFIG_H -I. -I.. -DGNULIB_STRICT_CHECKING=1 -DIN_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gllib -I./../gllib -D_WIN32_WINNT=_WIN32_WINNT_WINXP -I/usr/local/msvc/include -MD -c -o test-log1p.obj `cygpath -w 'test-log1p.c'` test-log1p.c test-log1p.c(24) : error C2065: 'log1p': nichtdeklarierter Bezeichner test-log1p.c(24) : error C2099: Initialisierung ist keine Konstante make[4]: *** [test-log1p.obj] Error 2 /home/bruno/msvc/compile cl -nologo -MD -L/usr/local/msvc/lib -o test-logb.exe test-logb.obj libtests.a ../gllib/libgnu.a libtests.a test-logb.obj : error LNK2001: Nicht aufgel�stes externes Symbol "_logb". test-logb.exe : fatal error LNK1120: 1 nicht aufgel�ste externe Verweise. make[4]: *** [test-logb.exe] Error 2 source='test-logl.c' object='test-logl.obj' libtool=no \ DEPDIR=.deps depmode=none /bin/sh ../build-aux/depcomp \ /home/bruno/msvc/compile cl -nologo -DHAVE_CONFIG_H -I. -I.. -DGNULIB_STRICT_CHECKING=1 -DIN_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gllib -I./../gllib -D_WIN32_WINNT=_WIN32_WINNT_WINXP -I/usr/local/msvc/include -MD -c -o test-logl.obj `cygpath -w 'test-logl.c'` test-logl.c test-logl.c(24) : error C2065: 'logl': nichtdeklarierter Bezeichner test-logl.c(24) : error C2099: Initialisierung ist keine Konstante make[4]: *** [test-logl.obj] Error 2 source='test-nextafter.c' object='test-nextafter.obj' libtool=no \ DEPDIR=.deps depmode=none /bin/sh ../build-aux/depcomp \ /home/bruno/msvc/compile cl -nologo -DHAVE_CONFIG_H -I. -I.. -DGNULIB_STRICT_CHECKING=1 -DIN_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gllib -I./../gllib -D_WIN32_WINNT=_WIN32_WINNT_WINXP -I/usr/local/msvc/include -MD -c -o test-nextafter.obj `cygpath -w 'test-nextafter.c'` test-nextafter.c test-nextafter.c(24) : error C2065: 'nextafter': nichtdeklarierter Bezeichner test-nextafter.c(24) : error C2099: Initialisierung ist keine Konstante make[4]: *** [test-nextafter.obj] Error 2 /home/bruno/msvc/compile cl -nologo -MD -L/usr/local/msvc/lib -o test-perror2.exe test-perror2.obj libtests.a ../gllib/libgnu.a libtests.a libgnu.a(stdio-read.obj) : error LNK2019: Verweis auf nicht aufgel�stes externes Symbol "_vfscanf" in Funktion "_rpl_vfscanf". test-perror2.exe : fatal error LNK1120: 1 nicht aufgel�ste externe Verweise. make[4]: *** [test-perror2.exe] Error 2 /home/bruno/msvc/compile cl -nologo -MD -L/usr/local/msvc/lib -o test-popen.exe test-popen.obj libtests.a ../gllib/libgnu.a libtests.a libgnu.a(stdio-read.obj) : error LNK2019: Verweis auf nicht aufgel�stes externes Symbol "_vfscanf" in Funktion "_rpl_vfscanf". test-popen.exe : fatal error LNK1120: 1 nicht aufgel�ste externe Verweise. make[4]: *** [test-popen.exe] Error 2 source='test-remainder.c' object='test-remainder.obj' libtool=no \ DEPDIR=.deps depmode=none /bin/sh ../build-aux/depcomp \ /home/bruno/msvc/compile cl -nologo -DHAVE_CONFIG_H -I. -I.. -DGNULIB_STRICT_CHECKING=1 -DIN_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gllib -I./../gllib -D_WIN32_WINNT=_WIN32_WINNT_WINXP -I/usr/local/msvc/include -MD -c -o test-remainder.obj `cygpath -w 'test-remainder.c'` test-remainder.c test-remainder.c(24) : error C2065: 'remainder': nichtdeklarierter Bezeichner test-remainder.c(24) : error C2099: Initialisierung ist keine Konstante make[4]: *** [test-remainder.obj] Error 2 source='test-sinl.c' object='test-sinl.obj' libtool=no \ DEPDIR=.deps depmode=none /bin/sh ../build-aux/depcomp \ /home/bruno/msvc/compile cl -nologo -DHAVE_CONFIG_H -I. -I.. -DGNULIB_STRICT_CHECKING=1 -DIN_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gllib -I./../gllib -D_WIN32_WINNT=_WIN32_WINNT_WINXP -I/usr/local/msvc/include -MD -c -o test-sinl.obj `cygpath -w 'test-sinl.c'` test-sinl.c test-sinl.c(24) : error C2065: 'sinl': nichtdeklarierter Bezeichner test-sinl.c(24) : error C2099: Initialisierung ist keine Konstante make[4]: *** [test-sinl.obj] Error 2 source='test-sqrtl.c' object='test-sqrtl.obj' libtool=no \ DEPDIR=.deps depmode=none /bin/sh ../build-aux/depcomp \ /home/bruno/msvc/compile cl -nologo -DHAVE_CONFIG_H -I. -I.. -DGNULIB_STRICT_CHECKING=1 -DIN_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gllib -I./../gllib -D_WIN32_WINNT=_WIN32_WINNT_WINXP -I/usr/local/msvc/include -MD -c -o test-sqrtl.obj `cygpath -w 'test-sqrtl.c'` test-sqrtl.c test-sqrtl.c(24) : error C2065: 'sqrtl': nichtdeklarierter Bezeichner test-sqrtl.c(24) : error C2099: Initialisierung ist keine Konstante make[4]: *** [test-sqrtl.obj] Error 2 source='test-tanl.c' object='test-tanl.obj' libtool=no \ DEPDIR=.deps depmode=none /bin/sh ../build-aux/depcomp \ /home/bruno/msvc/compile cl -nologo -DHAVE_CONFIG_H -I. -I.. -DGNULIB_STRICT_CHECKING=1 -DIN_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gllib -I./../gllib -D_WIN32_WINNT=_WIN32_WINNT_WINXP -I/usr/local/msvc/include -MD -c -o test-tanl.obj `cygpath -w 'test-tanl.c'` test-tanl.c test-tanl.c(24) : error C2065: 'tanl': nichtdeklarierter Bezeichner test-tanl.c(24) : error C2099: Initialisierung ist keine Konstante make[4]: *** [test-tanl.obj] Error 2 test-canonicalize-lgpl.c:69: assertion failed FAIL: test-canonicalize-lgpl.exe test-fsync.c:73: assertion failed FAIL: test-fsync.exe test-getcwd-lgpl.c:70: assertion failed FAIL: test-getcwd-lgpl.exe test-ioctl.c:38: assertion failed FAIL: test-ioctl.exe skipping test: symlinks not supported on this file system test-linkat.c:176: assertion failed FAIL: test-linkat.exe c:\cygwin\home\bruno\multibuild-1639\msvc9\testdir1\gltests\test-mkdir.h:29: assertion failed FAIL: test-mkdirat.exe c:\cygwin\home\bruno\multibuild-1639\msvc9\testdir1\gltests\test-nonblocking-reader.h:164: assertion failed (NULL): ./test-nonblocking-pipe-child.exe subprocess got fatal signal 15 test-nonblocking-pipe-main.c:106: assertion failed FAIL: test-nonblocking-pipe.sh c:\cygwin\home\bruno\multibuild-1639\msvc9\testdir1\gltests\test-nonblocking-reader.h:110: assertion failed (NULL): ./test-nonblocking-socket-child.exe subprocess got fatal signal 15 test-nonblocking-socket-main.c:117: assertion failed FAIL: test-nonblocking-socket.sh c:\cygwin\home\bruno\multibuild-1639\msvc9\testdir1\gltests\test-rename.h:217: assertion failed FAIL: test-rename.exe c:\cygwin\home\bruno\multibuild-1639\msvc9\testdir1\gltests\test-rename.h:217: assertion failed FAIL: test-renameat.exe FAIL: test-select-out.sh c:\cygwin\home\bruno\multibuild-1639\msvc9\testdir1\gltests\test-rmdir.h:53: assertion failed FAIL: test-unlinkat.exe c:\cygwin\home\bruno\multibuild-1639\msvc9\testdir1\gltests\test-utimens.h:37: assertion failed FAIL: test-utimensat.exe