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


"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.  On platforms
where ld -r is available you can use

ld -r obj1.o obj2.o obj3.o obj4.o obj5.o ... -o big.o

--
Jeff Sturm
jeff.sturm@commerceone.com

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