home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 1 / 1818 < prev    next >
Encoding:
Internet Message Format  |  1990-12-28  |  693 b 

  1. From: cadp02@vaxa.strath.ac.uk
  2. Newsgroups: alt.sources,vmsnet.sources.games
  3. Subject: Shapes (fix for problem)
  4. Message-ID: <268.26ecc0c1@vaxa.strath.ac.uk>
  5. Date: 11 Sep 90 10:47:29 GMT
  6.  
  7. Hi guys,
  8.         Some of you may have had problems linking the Shapes program,
  9. a couple of you mailed my with problems.
  10.  
  11. This is because the linker needs a definition for the logical "LNK$LIBRARY"
  12. to point to the location of the C run time libraries!
  13.  
  14. the following line either typed in by hand before the executing of the
  15. compile.com procedure, or as a line in the compile.com procedure will
  16. sort the problem.
  17.  
  18. $define LNK$LIBRARY "SYS$LIBRARY:VAXCRTL"
  19.  
  20. bye,
  21.    C.Cowie
  22.  
  23. p.s sorree if this caused any probs
  24.