[comp.os.minix] tsort problem

utah@emc2.sit.shimz.co.jp (11/22/90)

Hi !!! to All MINIXers.
   I'm one of MINIX users in Japan. We are trying to make libc.a using 
libraries sources.  But we can't establish libc.a, because of tsort bugs(?).
We operated as those in all librariy sources directries as ANSI, OTHER,...

tsort `ls *.s` > order.tmp

But it can't output true result.
If anyone has fixes of tsort.c, could you please send me diffs.
I want "Official Patches", if you could.

Thanks in advance.


--
Takashi Yuta  e-mail:utah@emc2.sit.shimz.co.jp
Institute of Technology    Shimizu Corporotion

utah@emc2.sit.shimz.co.jp (11/30/90)

    Some people send me e-mail and I could get few fixes of tsort.
I could make libc.a with tsort which was written by Andrew Cagney
(cagney@chook.ua.oz). This tsort worked quite fine.

Thank 
         futoshi@sramhb.sra.co.jp
         mbeck@ai.mit.edu
         paula@atc.boeing.com
sent me fixes and advices.

And also thank Andrew Cagney 
wrote tsort program.

--
Takashi Yuta  e-mail:utah@emc2.sit.shimz.co.jp
Institute of Technology    Shimizu Corporotion

cagney@chook.ua.oz (Andrew Cagney - aka Noid) (12/03/90)

From article <UTAH.90Nov30163722@emc2.sit.shimz.co.jp>, by utah@emc2.sit.shimz.co.jp:
> 
>     Some people send me e-mail and I could get few fixes of tsort.
> I could make libc.a with tsort which was written by Andrew Cagney
> (cagney@chook.ua.oz). This tsort worked quite fine.

Sorry, I didn't write it :-) it was written by:

/*
** topo - perform a topological sort of the output of lorder.
**
** Usage : topo [infile] [outfile]
**
** Author: Kent Williams (williams@umaxc.weeg.uiowa.edu)
*/


						Andrew Cagney