linbox 1.3.1 and 1.3.2 : build fails in tests/ when --disable-static is used

5 views
Skip to first unread message

Julien Puydt

unread,
Jun 9, 2012, 5:56:53 AM6/9/12
to linbox...@googlegroups.com
Hi,

in the file tests/Makefile.am, there is:
AM_LDFLAGS = $(top_srcdir)/linbox/.libs/liblinbox.a
which of course breaks when one configures with --disable-static.

I suggest to change that line to:
AM_LDFLAGS = $(top_srcdir)/linbox/liblinbox.la

that way libtool will take care of everything.

Snark on #sagemath
Reply all
Reply to author
Forward
0 new messages