home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / Misc / LK_V1.06.LHA / LK V1.06 / HELP / cc.hlp < prev    next >
Encoding:
INI File  |  1994-11-01  |  769 b   |  25 lines

  1. [LANGUAGE english; PARENT keywords; PAGE 11-22]
  2. [C;6;B]        CC
  3. [7]Default: does not accept multiple symbols
  4. [J;1;N]
  5.   C compatible option enable lk to receive multiple label definition \
  6. from libaries. No error is emited and the last definition is used.
  7.  
  8.   This is set by lk when the option DICE is used in which case you \
  9. should not type CC.
  10.  
  11.   The instruction USELASTDEFINE will be used to change the usage \
  12. mode of the C libraries.
  13.  
  14.   In order to make lk compatible to Blink and Slink you have to \
  15. type the following define on the top:
  16.  
  17.    DEFINE  _LinkerDB=__DATA_START
  18.            __BSSBAS=__BSS_BASE
  19.            __BSSLEN=__BSS_LENGTH
  20.  
  21.   See also:
  22. [L;3][LINK dice]            DICE
  23. [LINK uselastdefine]            USELASTDEFINE
  24. [5; LINK about; GOTO address]        Become Registred
  25.