On Tuesday 23 October 2001 19:18, Michael Habermann wrote: > > ppc_8xx-libindex -r interp.o sofini.o soinit.o -o <other_objs> > index > > I think there was a typo, the library is not specified.
D'oh. Yes, you're right. > Assuming that other_objs is empty in my case, I've used this command: > > ppc_8xx-libindex libc-2.2.2.so -r interp.o sofini.o soinit.o > index Well, that indicates a library with no optional objects. There's no point in using the optimizer on such a library. It's more common to have a library with no required objects. -- Joe Green <jgreen at mvista.com> MontaVista Software, Inc. ** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
