hall@nosc.NOSC.MIL (Robert R. Hall) (11/29/88)
I tried to order the libc.a file using the command:
ar crl libc.a `lorder *.s | tsort`
and received an out of memory error message. I then
did a chmem =64000 lorder tsort
the command would then run to completion and did build
the archive file libc.a. However a listing of it's
contents shows the files are placed in alphabetical
order and all link attempts to this file fail with
unresolved link error messages.