Re: gnulib-tool: Fix link errors with a particular set of modules on mingw

2020-11-09 Thread Simon Josefsson via Gnulib discussion list
Bruno Haible writes: > Thanks for the confirmation that this works. I'm pushing this: Thank you -- I can confirm that it works fine. /Simon signature.asc Description: PGP signature

Re: gnulib-tool: Fix link errors with a particular set of modules on mingw

2020-11-07 Thread Bruno Haible
Hi Simon, > OATH Toolkit uses version-etc but not version-etc-fsf. The test for > version-etc pulls in version-etc-fsf into libtests. Removing the final > ../../gl/libgnu.la (reverting the effects of your patch) from the > command line fixes the above link error. > > Gnulib-tool says: > > if

Re: gnulib-tool: Fix link errors with a particular set of modules on mingw

2020-11-07 Thread Simon Josefsson via Gnulib discussion list
Bruno Haible writes: > A testdir created by this command: > > ./gnulib-tool --create-testdir --dir=../testdir --single-configure clean-temp > crypto/gc getaddrinfo getlogin getlogin_r gettimeofday isatty link localename > opendir physmem poll putenv read readdir relocatable-prog rename rewinddi

gnulib-tool: Fix link errors with a particular set of modules on mingw

2020-05-29 Thread Bruno Haible
stat fstat tmpdir tmpfile uname utime write cond lock produces link errors on mingw, regarding symbols such as rpl_malloc, rpl_strdup, etc., all found in the generated gllib/libgnu.a. This patch fixes it. 2020-05-29 Bruno Haible gnulib-tool: Fix link errors with a particular set of