does use symbols from libsub.la -- only platforms that allow
undefined symbols in libraries were able to cope with this
previously.
Reported by Robert Collins <robert.collins@itdomain.com.au>
2001-06-29 Gary V. Vaughan <gary@gnu.org>
+ * mdemo/Makefile,am (foo1_la_LIBADD): Add libsub.la, since foo1
+ does use symbols from libsub.la -- only platforms that allow
+ undefined symbols in libraries were able to cope with this
+ previously.
+ Reported by Robert Collins <robert.collins@itdomain.com.au>
+
From "Golubev I. N." <gin@mo.msk.ru>
* libtool.m4 (AC_LIBTOOL_PROG_LD_SHLIBS) [sco3.2v5*]: Needs
-wl,-Bexport to make self dlopen work.
lib_LTLIBRARIES = libsub.la foo1.la libfoo2.la
foo1_la_SOURCES = foo1.c
-foo1_la_LIBADD = $(LIBM)
+foo1_la_LIBADD = $(LIBM) libsub.la
foo1_la_LDFLAGS = -module -avoid-version
libfoo2_la_SOURCES = foo2.c