"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