Seems like the new gnulib version on branch has some problem with LIB_CLOSE var. When I try to compile pspp I got:
/bin/sh ./libtool --tag=CC --mode=link i386-mingw32-gcc -std=gnu99 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -I/home/michel/IMCROSS/i386-mingw32/include/ -Wdeclaration-after-statement -L/home/michel/IMCROSS/i386-mingw32/lib/ -o tests/dissect-sysfile.exe src/libpspp/tests_dissect_sysfile-integer-format.o src/libpspp/tests_dissect_sysfile-float-format.o tests/tests_dissect_sysfile-dissect-sysfile.o gl/libgl.la @LIB_CLOSE@ -lgsl -lgslcblas -lz libtool: link: i386-mingw32-gcc -std=gnu99 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -I/home/michel/IMCROSS/i386-mingw32/include/ -Wdeclaration-after-statement -o tests/.libs/dissect-sysfile.exe src/libpspp/tests_dissect_sysfile-integer-format.o src/libpspp/tests_dissect_sysfile-float-format.o tests/tests_dissect_sysfile-dissect-sysfile.o @LIB_CLOSE@ -L/home/michel/IMCROSS/i386-mingw32/lib/ gl/.libs/libgl.a -L/home/michel/IMCROSS/i386-mingw32/lib /home/michel/IMCROSS/i386-mingw32/lib/libiconv.a /home/michel/IMCROSS/i386-mingw32//lib/libgsl.dll.a /home/michel/IMCROSS/i386-mingw32//lib/libgslcblas.dll.a -lz -L/home/michel/IMCROSS/i386-mingw32//lib i386-mingw32-gcc: @LIB_CLOSE@: No such file or directory Looking at Smake from pspp, I can't any reference to LIB_CLOSE, so I'm assume that its a gnulib issue. _______________________________________________ pspp-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/pspp-dev
