1 .TH LDRDF 1 "September 6, 1999" "Debian Project" "Debian Manual"
3 ldrdf \- link RDOFF objects and libraries produced by rdflib(1)
6 .RI "[-o " output-file ]
8 .RI "... [-l" library "...]"
13 (or DOS LINK) for use with RDOFF files. It is capable of linking RDOFF
14 objects, and libraries produced with the
18 Libraries must be specified with their path as no search is performed.
19 Modules in libraries are not linked to the program unless they are
24 Specify an output file. The default output filename is
28 Increase verbosity level. Currently 4 verbosity levels are available:
29 default (which only prints error information), normal (which prints
30 information about the produced object, -v), medium (which prints information
31 about what the program is doing, -v -v) and high (which prints all available
32 information, -v -v -v).
35 Change alignment value to which multiple segments combigned into a single
36 segment should be aligned (must be either 1, 2, 4, 8, 16, 32 or 256; default
39 Julian Hall <jules@earthcorp.com>.
41 This manual page was written by Matej Vela <vela@debian.org>.