[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Problem with LIB_CLOSE
From: |
Michel Boaventura |
Subject: |
Problem with LIB_CLOSE |
Date: |
Wed, 25 Mar 2009 18:19:43 -0300 |
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.
- Problem with LIB_CLOSE,
Michel Boaventura <=