home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / RiscOS / APP / DEVS / C / QSYSTE.ZIP / !QSystem / docs / qld / qld.man < prev   
Text File  |  1998-02-07  |  1KB  |  71 lines

  1. NAME
  2.  
  3. qld - minimal front-end to qlink
  4. version 1.00
  5. Sat 07th February 1998
  6.  
  7.  
  8. SYNOPISIS
  9.  
  10. qld [option|file]...
  11.  
  12.  
  13. DESCRIPTION
  14.  
  15. qld calls qlink or some other linker in order to link QObject files. It is necessary to interface between LCC and qlink, as LCC expects certain linker switches, and qlink understands others. qld converts between UNIX-style linker switches and qlink's switches.
  16.  
  17.  
  18. OPTIONS
  19.  
  20. -o file
  21. Name the linked executable as `file'. The default is `!RunImage'.
  22. [Mapped to -o file].
  23.  
  24. -L dir
  25. -Ldir
  26. Specify a directory to be searched for libraries.
  27. `dir' should effectively end in `.' or `:'.
  28. [qld searches combinations of -L dirs and -l files for combinations which exist. ld then uses -lib file].
  29.  
  30. -l file
  31. -lfile
  32. Specifies the name of a library file.
  33. Looks for files `file.q' and `libfile.q'
  34. [see -L].
  35.  
  36. -M
  37. Print a link map to stderr.
  38. [Mapped to -map].
  39.  
  40. -Map file
  41. Print a link map to `file'.
  42. [Mapped to -symbols file].
  43.  
  44. -t
  45. Print the names of the input files as the linker uses them.
  46. [Mapped to -t].
  47.  
  48. -via file
  49. file contains a list of object files to be linked.
  50. [Mapped to -via file].
  51.  
  52. -v
  53. Print the version of qld and qlink, and print the command used to link.
  54. Second -v suppresses execution.
  55. [Mapped to -v].
  56.  
  57. -B linker
  58. -Blinker
  59. Use the linker named linker instead of qlink.
  60.  
  61. -throwback
  62. Use throwback.
  63. [Mapped to -throwback].
  64.  
  65. Unknown options are passed straight to qlink.
  66.  
  67.  
  68. BUGS
  69.  
  70. None known.
  71.