Jason Stover <[EMAIL PROTECTED]> writes:

> 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:

In tests/automake.mk, can you change the line
        tests_libpspp_sparse_array_test_LDADD = gl/libgl.la
to read
        tests_libpspp_sparse_array_test_LDADD = gl/libgl.la @LIBINTL@

I think that will fix the problem.  If so, please go ahead and
check in the change.
-- 
"Let others praise ancient times; I am glad I was born in these."
--Ovid (43 BC-18 AD)


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

Reply via email to