
https://bugzilla.novell.com/show_bug.cgi?id=731523 https://bugzilla.novell.com/show_bug.cgi?id=731523#c17 --- Comment #17 from Bruce Korb <bkorb@gnu.org> 2012-05-05 17:13:39 UTC --- Well, by golly, there are only two places where libopts.a was referenced in the testing. You found one, the other is: diff --git a/autoopts/test/defs.in b/autoopts/test/defs.in index 1a42cb9..d48f52b 100644 --- a/autoopts/test/defs.in +++ b/autoopts/test/defs.in @@ -171,8 +171,9 @@ init_tests() test -d ${lo_dir}/.libs && lo_dir=${lo_dir}/.libs test "X${LD_LIBRARY_PATH}" = X || LD_LIBRARY_PATH=:${LD_LIBRARY_PATH} LD_LIBRARY_PATH=${lo_dir}:${LIBGUILE_PATH}${LD_LIBRARY_PATH} - LIB=`echo ${lo_dir}/libopts.a` export LD_LIBRARY_PATH + lo_obj=`find ${lo_dir} -type f -name "libopts*.${OBJEXT}"` + LIB="${lo_obj} ${LIB}" if test ${GUILE_VERSION} -gt 107000 then and all tests now pass with static libraries disabled. I've also pulled support for Guile 1.6.x, so I guess I can simplify this script some more, too. -- 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.