l...@gnu.org (Ludovic Courtès) writes: > Panicz Maciej Godek <godek.mac...@gmail.com> skribis: > >> Delightful to hear that. Thanks a lot for the work! >> >> However, when I'm trying to build it under mingw, I get the following error: >> >> ../lib/.libs/libgnu.a(mkstemp.o): In function `mkstemp': >> c:\dev\guile-2.0.10\lib/mkstemp.c:48: multiple definition of `mkstemp' >> .libs/libguile_2.0_la-mkstemp.o:c:\dev\guile-2.0.10\libguile/mkstemp.c:68: >> first defined here >> >> (and indeed, the function is defined twice, once in >> libguile/mkstemp.c, and the second time in lib/mkstemp.c) > > Oops, indeed. > > Could you edit libguile/Makefile.am (or libguile/Makefile.in, if > Automake isn’t installed), and remove occurrences of mkstemp.c in there? > > Let us know if it solves the problem.
Interesting. Madsy and I both built Guile (950a966, very close to 2.0.10) successfully using MinGW without running into this problem. I wonder why we didn't hit this. Mark