On Thu, Mar 29, 2007 at 07:15:08PM -0700, Ben Pfaff wrote:
> Is this happening for one of the programs compiled by "make
> check", rather than by the main binary?  It's quite possible that
> their automake code is screwed up.  If so, which one?

It looks like an error while linking sparse-array-test. Here are the two
lines before the error, and the error at the end:

/bin/sh ./libtool --tag=CC --mode=link gcc -std=gnu99 -Wall -W
-Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare
-Wmissing-prototypes -g -O2 -o tests/libpspp/sparse-array-test
src/libpspp/tests_libpspp_sparse_array_test-sparse-array.o
src/libpspp/tests_libpspp_sparse_array_test-pool.o
tests/libpspp/tests_libpspp_sparse_array_test-sparse-array-test.o
gl/libgl.la -lncurses -lgsl -lgslcblas -lplot -lm

gcc -std=gnu99 -Wall -W -Wwrite-strings -Wstrict-prototypes
-Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -o
tests/libpspp/sparse-array-test
src/libpspp/tests_libpspp_sparse_array_test-sparse-array.o
src/libpspp/tests_libpspp_sparse_array_test-pool.o
tests/libpspp/tests_libpspp_sparse_array_test-sparse-array-test.o
gl/.libs/libgl.a -lncurses -L/usr/local/lib -lgsl -lgslcblas -lplot
-lm -Wl,-rpath,/usr/local/lib -Wl,-rpath,/usr/local/lib

src/libpspp/tests_libpspp_sparse_array_test-pool.o(.text+0x3a2): In function 
`pool_vasprintf':
src/libpspp/pool.c:399: warning: vsprintf() is often misused, please use 
vsnprintf()
/usr/local/lib/libgsl.so.7.0: warning: strcpy() is almost always misused, 
please use strlcpy()
/usr/local/lib/libplot.so.4.1: warning: sprintf() is often misused, please use 
snprintf()
gl/.libs/libgl.a(xalloc-die.o)(.text+0x1b): In function `xalloc_die':
/home/jhs/src/pspp/gl/xalloc-die.c:35: undefined reference to `libintl_gettext'
collect2: ld returned 1 exit status


_______________________________________________
pspp-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/pspp-dev

Reply via email to