Path: utzoo!attcan!uunet!husc6!cmcl2!nrl-cmf!ames!lll-tis!helios.ee.lbl.gov!nosc!hall
From: hall@nosc.NOSC.MIL (Robert R. Hall)
Newsgroups: comp.os.minix
Subject: problems with tsort (both ?)
Keywords: tsort
Message-ID: <822@nosc.NOSC.MIL>
Date: 28 Nov 88 22:03:26 GMT
Organization: Naval Ocean Systems Center, San Diego
Lines: 10


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.