This is the mail archive of the java-discuss@sources.redhat.com mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Args list too long


On Jan 11, 2001, Jeff Sturm <jeff.sturm@appnet.com> wrote:

> "Bradley A. Smith" wrote:
>> What is the appropriate way to collapse groups of objects into a single
>> object?

> I don't know about the appropriate way for libtool-ized makefiles.

I don't know about automake, but libtool does support

$(LIBTOOL) $(CC) -o collapsed.lo obj1.lo obj2.lo obj3.lo ...

IMO, the right thing to do is to arrange for libtool to do something
like this implicitly when creating convenience archives.  But someone
would have to implement it :-)

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]