Main index | Section 1 | 日本語 | Options |
The output is normally used with tsort(1) when a library is created to determine the optimum ordering of the object modules so that all references may be resolved in a single pass of the loader.
When linking static binaries, lorder and tsort(1) can be used to properly order library archives automatically.
The use of lorder is not required by contemporary linkers, and lorder may be removed from a future version of FreeBSD .
ar cr library.a `lorder ${OBJS} | tsort` cc -o foo ${OBJS} `lorder ${STATIC_LIBS} | tsort`
LORDER (1) | December 20, 2021 |
Main index | Section 1 | 日本語 | Options |
Please direct any comments about this manual page service to Ben Bullock. Privacy policy.
“ | What is this horrible fascination with Unix? The operating system of the 1960s, still gaining in popularity in the 1990s. | ” |
— Donald A. Norman |