John Darrington <[email protected]> writes: > I get these errors when cross compiling to the mingw target. > > src/.libs/libpspp.a(close.o):close.c:(.text+0x2b): undefined reference > to `_wsaenumnetworkeve...@12' > src/.libs/libpspp.a(close.o):close.c:(.text+0x43): undefined reference > to `_closesoc...@4' > src/.libs/libpspp.a(close.o):close.c:(.text+0x90): undefined reference > to `_wsagetlaster...@0' > src/.libs/libpspp.a(close.o):close.c:(.text+0x9d): undefined reference > to `_wsasetlaster...@4' > > > It's the latest gnulib commit, so perhaps this should be reported to > them?
This could easily be our fault: I wouldn't be surprised if we were omitting some of the needed $(variables) or @variables@ from the LDADD variables etc. Did you look those over first? -- Ben Pfaff http://benpfaff.org _______________________________________________ pspp-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/pspp-dev
