Click here to show toolbars of the Web Online Help System: show toolbars |
tsort
[file
]
Perform a topological sort on file
.
Typically used to reorganize an archive library for
more efficient handling by ar or ld.
Not very useful.
Find the ordering relationship of all object files, and sort them for access by ld:
lorder *.o | tsort
This HTML Help has been published using the chm2web software. |