On Tue, 3 May 2022 at 03:24, Bruno Haible <br...@clisp.org> wrote: > > OK, so our effort from April 2021 to June 2021 fixed the problem; > recall that you initiated that through > <https://lists.gnu.org/archive/html/bug-gnulib/2021-04/msg00104.html>. >
OK, I will try to remember to make it an iron rule that I always update gnulib before reporting a problem! This simply means that you need to protect a couple of lines of paper.c > with '#if ENABLE_RELOCATABLE'. > Thanks, I've added the guard. It appears that the MSYS linker attempts to link with both of these .o > files (inside .a libraries), whereas the mingw linker only takes the > second one. On mingw: > $ x86_64-w64-mingw32-ld.exe --version > GNU ld (GNU Binutils) 2.29.1.20171006 > > What's the `ld --version` in your MSYS? > GNU ld (GNU Binutils) 2.37 (On mingw I have 2.38.) -- https://rrt.sc3d.org