bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-gnulib] Re: libtool 2.1a failed mdemo-make.test on Solaris


From: Ralf Wildenhues
Subject: Re: [bug-gnulib] Re: libtool 2.1a failed mdemo-make.test on Solaris
Date: Mon, 11 Jul 2005 13:45:29 +0200
User-agent: Mutt/1.4.1i

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)
> > +




reply via email to

[Prev in Thread] Current Thread [Next in Thread]