On 10:58 14 May 2002, Bubulac Angela Tatiana <[EMAIL PROTECTED]> wrote:
| I have to port an application from SCO Open Server 5.05 to Linux. In one of the
| libraries
| there is an optimization that use lorder utility. I found that lorder exist
| only in debian bsdmainutils pkg.
| I want to use RedHat distribution but I did not find this utility.

You can probably get away without it.

Change incantations like this:

        ar cv foo.a `lorder *.o`

into

        ar cv foo.a *.o

and see how it goes.
-- 
Cameron Simpson, DoD#743        [EMAIL PROTECTED]    http://www.zip.com.au/~cs/

Lister: Love is what separates us from animals
Rimmer: No, Lister -- what separates us from animals is that we don't use our
    tongues to clean our own genitals.
        - Red Dwarf, _Confidence and Paranoia_



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to