1LDRDF(1) Debian Manual LDRDF(1)
2
3
4
6 ldrdf - link RDOFF objects and libraries produced by rdflib(1)
7
9 ldrdf [-o output-file] object-file... [-llibrary...]
10
12 ldrdf is a version of unix ld(1) (or DOS LINK) for use with RDOFF
13 files. It is capable of linking RDOFF objects, and libraries produced
14 with the rdflib(1) utility.
15
16 Libraries must be specified with their path as no search is performed.
17 Modules in libraries are not linked to the program unless they are
18 referred to.
19
21 -o output-file
22 Specify an output file. The default output filename is
23 'aout.rdx'.
24
25 -v Increase verbosity level. Currently 4 verbosity levels are
26 available: default (which only prints error information), normal
27 (which prints information about the produced object, -v), medium
28 (which prints information about what the program is doing, -v
29 -v) and high (which prints all available information, -v -v -v).
30
31 -p Change alignment value to which multiple segments combigned into
32 a single segment should be aligned (must be either 1, 2, 4, 8,
33 16, 32 or 256; default is 16).
34
36 Julian Hall <jules@earthcorp.com>.
37
38 This manual page was written by Matej Vela <vela@debian.org>.
39
40
41
42Debian Project September 6, 1999 LDRDF(1)