ldrdf.1 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  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
  27. -v
  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
  34. -p
  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>.