public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Re: B20.1: 'tsort' missing...where to get it?
@ 1999-02-25 20:52 N8TM
  1999-02-26  8:23 ` B20.1: 'tsort' missing...where to get it? ('tsort' source attached) Shane Y. Gibson
  1999-02-28 23:02 ` B20.1: 'tsort' missing...where to get it? N8TM
  0 siblings, 2 replies; 8+ messages in thread
From: N8TM @ 1999-02-25 20:52 UTC (permalink / raw)
  To: khan, shane; +Cc: cygwin

In a message dated 2/25/99 10:28:29 AM Pacific Standard Time,
khan@xraylith.wisc.edu writes:

<< tsort is used for sorting archive
 entries and such, and ranlib can do that and more.
 
 If you need it for something else, you can possibly get it out of
 one of the Linux packages.  >>
I used to use it to get a preliminary linking order after I used fsplit on
(what used to be) monstrous Fortran programs.  It was better than profile-
based linking on some systems where performance was sensitive to link order.
I think now almost any system which can deal with c++ won't be so sensitive
with Fortran.

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: B20.1: 'tsort' missing...where to get it? ('tsort' source attached)
  1999-02-25 20:52 B20.1: 'tsort' missing...where to get it? N8TM
@ 1999-02-26  8:23 ` Shane Y. Gibson
  1999-02-28 23:02   ` Shane Y. Gibson
  1999-02-28 23:02 ` B20.1: 'tsort' missing...where to get it? N8TM
  1 sibling, 1 reply; 8+ messages in thread
From: Shane Y. Gibson @ 1999-02-26  8:23 UTC (permalink / raw)
  To: cygwin; +Cc: N8TM, khan

In case anyone else needs the 'tsort' source code, here
it is; attached as a GNU zipped source file.  Simply
gunzip it, then (on 95/NT, with Cygwin B20.1) do:

	gcc -o tsort tsort.c

viola!  You've got "tsort.exe".  This source is courtesy
of "Andrew M. Bishop" <amb@gedanken.demon.co.uk>.

v/r
Shane

-- 
                        o   , __     ~                  
Shane Y. Gibson        o    \`\\"._     _      M onterey
shane@mbari.org          o  / _  |||;._/ )     B ay
                      ~   _/@ @  ///    (  ~   A quarium
(831) 775-1917           ( (`__,     ,`\|      R esearch
http://www.mbari.org/     '.\_/ |\_.'          I nstitute
                             ""```    ~
tsort.c.gz
--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: B20.1: 'tsort' missing...where to get it? ('tsort' source attached)
  1999-02-26  8:23 ` B20.1: 'tsort' missing...where to get it? ('tsort' source attached) Shane Y. Gibson
@ 1999-02-28 23:02   ` Shane Y. Gibson
  0 siblings, 0 replies; 8+ messages in thread
From: Shane Y. Gibson @ 1999-02-28 23:02 UTC (permalink / raw)
  To: cygwin; +Cc: N8TM, khan

[-- Attachment #1: Type: text/plain, Size: 794 bytes --]

In case anyone else needs the 'tsort' source code, here
it is; attached as a GNU zipped source file.  Simply
gunzip it, then (on 95/NT, with Cygwin B20.1) do:

	gcc -o tsort tsort.c

viola!  You've got "tsort.exe".  This source is courtesy
of "Andrew M. Bishop" <amb@gedanken.demon.co.uk>.

v/r
Shane

-- 
                        o   , __     ~                  
Shane Y. Gibson        o    \`\\"._     _      M onterey
shane@mbari.org          o  / _  |||;._/ )     B ay
                      ~   _/@ @  ///    (  ~   A quarium
(831) 775-1917           ( (`__,     ,`\|      R esearch
http://www.mbari.org/     '.\_/ |\_.'          I nstitute
                             ""```    ~
tsort.c.gz
--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


[-- Attachment #2: tsort.c.gz --]
[-- Type: application/x-gzip, Size: 3974 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: B20.1: 'tsort' missing...where to get it?
  1999-02-25 20:52 B20.1: 'tsort' missing...where to get it? N8TM
  1999-02-26  8:23 ` B20.1: 'tsort' missing...where to get it? ('tsort' source attached) Shane Y. Gibson
@ 1999-02-28 23:02 ` N8TM
  1 sibling, 0 replies; 8+ messages in thread
From: N8TM @ 1999-02-28 23:02 UTC (permalink / raw)
  To: khan, shane; +Cc: cygwin

In a message dated 2/25/99 10:28:29 AM Pacific Standard Time,
khan@xraylith.wisc.edu writes:

<< tsort is used for sorting archive
 entries and such, and ranlib can do that and more.
 
 If you need it for something else, you can possibly get it out of
 one of the Linux packages.  >>
I used to use it to get a preliminary linking order after I used fsplit on
(what used to be) monstrous Fortran programs.  It was better than profile-
based linking on some systems where performance was sensitive to link order.
I think now almost any system which can deal with c++ won't be so sensitive
with Fortran.

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


^ permalink raw reply	[flat|nested] 8+ messages in thread

* B20.1: 'tsort' missing...where to get it?
  1999-02-19 11:14 Shane Y. Gibson
       [not found] ` < 36CDBA5D.D640E932@mbari.org >
@ 1999-02-28 23:02 ` Shane Y. Gibson
  1 sibling, 0 replies; 8+ messages in thread
From: Shane Y. Gibson @ 1999-02-28 23:02 UTC (permalink / raw)
  To: cygwin

Hi all,

I just installed B20.1 release, and it appears that
'tsort' is missing from the distribution.  It appears
that it existed in B19, but is now gone.

I very much need this, as it is required for the HTDig
program.  Any pointers or help would be greatly
appreciated.

v/r
Shane

shane@mbari.org

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: B20.1: 'tsort' missing...where to get it?
  1999-02-25 10:24   ` Mumit Khan
@ 1999-02-28 23:02     ` Mumit Khan
  0 siblings, 0 replies; 8+ messages in thread
From: Mumit Khan @ 1999-02-28 23:02 UTC (permalink / raw)
  To: Shane Y. Gibson; +Cc: cygwin

On Fri, 19 Feb 1999, Shane Y. Gibson wrote:

> I just installed B20.1 release, and it appears that
> 'tsort' is missing from the distribution.  It appears
> that it existed in B19, but is now gone.
> 
> I very much need this, as it is required for the HTDig
> program.  Any pointers or help would be greatly
> appreciated.
> 

tsort is found mostly on SysV based systems, and it'll probably be 
not on Cygwin. More often than not, tsort is used for sorting archive
entries and such, and ranlib can do that and more.

If you need it for something else, you can possibly get it out of
one of the Linux packages. I believe it's part of util-linux.

Regards,
Mumit



--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: B20.1: 'tsort' missing...where to get it?
       [not found] ` < 36CDBA5D.D640E932@mbari.org >
@ 1999-02-25 10:24   ` Mumit Khan
  1999-02-28 23:02     ` Mumit Khan
  0 siblings, 1 reply; 8+ messages in thread
From: Mumit Khan @ 1999-02-25 10:24 UTC (permalink / raw)
  To: Shane Y. Gibson; +Cc: cygwin

On Fri, 19 Feb 1999, Shane Y. Gibson wrote:

> I just installed B20.1 release, and it appears that
> 'tsort' is missing from the distribution.  It appears
> that it existed in B19, but is now gone.
> 
> I very much need this, as it is required for the HTDig
> program.  Any pointers or help would be greatly
> appreciated.
> 

tsort is found mostly on SysV based systems, and it'll probably be 
not on Cygwin. More often than not, tsort is used for sorting archive
entries and such, and ranlib can do that and more.

If you need it for something else, you can possibly get it out of
one of the Linux packages. I believe it's part of util-linux.

Regards,
Mumit



--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 8+ messages in thread

* B20.1: 'tsort' missing...where to get it?
@ 1999-02-19 11:14 Shane Y. Gibson
       [not found] ` < 36CDBA5D.D640E932@mbari.org >
  1999-02-28 23:02 ` Shane Y. Gibson
  0 siblings, 2 replies; 8+ messages in thread
From: Shane Y. Gibson @ 1999-02-19 11:14 UTC (permalink / raw)
  To: cygwin

Hi all,

I just installed B20.1 release, and it appears that
'tsort' is missing from the distribution.  It appears
that it existed in B19, but is now gone.

I very much need this, as it is required for the HTDig
program.  Any pointers or help would be greatly
appreciated.

v/r
Shane

shane@mbari.org

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~1999-02-28 23:02 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-02-25 20:52 B20.1: 'tsort' missing...where to get it? N8TM
1999-02-26  8:23 ` B20.1: 'tsort' missing...where to get it? ('tsort' source attached) Shane Y. Gibson
1999-02-28 23:02   ` Shane Y. Gibson
1999-02-28 23:02 ` B20.1: 'tsort' missing...where to get it? N8TM
  -- strict thread matches above, loose matches on Subject: below --
1999-02-19 11:14 Shane Y. Gibson
     [not found] ` < 36CDBA5D.D640E932@mbari.org >
1999-02-25 10:24   ` Mumit Khan
1999-02-28 23:02     ` Mumit Khan
1999-02-28 23:02 ` Shane Y. Gibson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).