make: Lift up openwcom.mak for build on FreeDOS
[nasm.git] / rdoff / ldrdf.1
blobd0a2c219146e97808a2d176f0b1b0b948faf3add
1 .TH LDRDF 1 "September 6, 1999" "Debian Project" "Debian Manual"
2 .SH NAME
3 ldrdf \- link RDOFF objects and libraries produced by rdflib(1)
4 .SH SYNOPSIS
5 .B ldrdf
6 .RI "[-o " output-file ]
7 .I object-file\c
8 .RI "... [-l" library "...]"
9 .SH DESCRIPTION
10 .B ldrdf
11 is a version of unix
12 .BR ld (1)
13 (or DOS LINK) for use with RDOFF files.  It is capable of linking RDOFF
14 objects, and libraries produced with the
15 .BR rdflib (1)
16 utility.
17 .PP
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
20 referred to.
21 .SH OPTIONS
22 .TP
23 .RI "-o " output-file
24 Specify an output file.  The default output filename is
25 .RI ' aout.rdx '.
26 .TP
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).
33 .TP
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
37 is 16).
38 .SH AUTHORS
39 Julian Hall <jules@earthcorp.com>.
40 .PP
41 This manual page was written by Matej Vela <vela@debian.org>.