Hi Bruno, * Bruno Haible wrote on Mon, Jul 11, 2005 at 01:23:26PM CEST: > > The modules in gnulib are normally used in a directory that creates a > single library, say libfoo.la, and in this case a line like > > all-local $(lib_OBJECTS): $(ARGZ_H) > > is meant to be changed to > > all-local $(libfoo_la_OBJECTS): $(ARGZ_H) > > If, in the case of libltdl, the directory creates several libraries, then > yes your patch looks OK:
Thanks. Fortunately, meanwhile I have found a different, IMHO easier way to fix this instead. Your comment is still valuable as clarification of allowed usage. Cheers, Ralf > > +## Make sure argz.h will be created before it is needed: > > +lib_OBJECTS = \ > > + $(dlopen_la_OBJECTS) \ > > + $(dld_link_la_OBJECTS) \ > > + $(dyld_la_OBJECTS) \ > > + $(load_add_on_la_OBJECTS) \ > > + $(loadlibrary_la_OBJECTS) \ > > + $(shl_load_la_OBJECTS) \ > > + $(libltdl_la_OBJECTS) \ > > + $(libltdlc_la_OBJECTS) > > + _______________________________________________ http://lists.gnu.org/mailman/listinfo/libtool