https://bugzilla.novell.com/show_bug.cgi?id=731523 https://bugzilla.novell.com/show_bug.cgi?id=731523#c16 --- Comment #16 from Bruce Korb <bkorb@gnu.org> 2012-05-04 14:37:52 UTC --- The following patch is a start. In summary, it will take a lot of effort to hack around the assumption that there will be a static library.
FAILURE: cannot compile vers.c FAIL: vers.test ==================================================== 21 of 24 tests failed Please report to autogen-users@lists.sourceforge.net ====================================================
So do not build it with static libraries disabled until I fix it. It won't be for the next release. Sorry. diff --git a/autoopts/tpl/usage.tlib b/autoopts/tpl/usage.tlib index e3663ce..9137a61 100644 --- a/autoopts/tpl/usage.tlib +++ b/autoopts/tpl/usage.tlib @@ -107,7 +107,7 @@ ENDFOR flag =][= \=] test -z "${top_builddir}" && ldflags='' || \ ldflags=`exec 2>/dev/null - find ${top_builddir}/autoopts -name libopts.a | head -1` + find ${top_builddir}/autoopts -name "libopts*.${OBJEXT}" | head -1` test -f "${ldflags}" || { ldflags='[=(. lib-dir)=]/libopts.a' -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.