home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / vms / 14191 < prev    next >
Encoding:
Text File  |  1992-08-27  |  1.6 KB  |  42 lines

  1. Newsgroups: comp.os.vms
  2. Path: sparky!uunet!elroy.jpl.nasa.gov!decwrl!deccrl!news.crl.dec.com!pa.dec.com!decuac!burfle.dco.dec.com!murphy
  3. From: murphy@burfle.dco.dec.com (Rick Murphy)
  4. Subject: Re: Linking problem!!!!!!! HELP!!!!!!!!
  5. Message-ID: <1992Aug27.131352.8455@decuac.dec.com>
  6. Lines: 28
  7. Sender: news@decuac.dec.com (USENET News System)
  8. Nntp-Posting-Host: burfle.dco.dec.com
  9. Reply-To: murphy@burfle.dco.dec.com
  10. Organization: Digital Equipment Corporation, Landover MD
  11. References:  <1992Aug26.191820.23959@mahendo.jpl.nasa.gov>
  12. Date: Thu, 27 Aug 1992 13:13:52 GMT
  13.  
  14.  
  15. In article <1992Aug26.191820.23959@mahendo.jpl.nasa.gov>, robert@triton.jpl.nasa.gov (Robert Angelino) writes:
  16. >VMS Gurus,
  17. >    I need to use the /G_FLOAT option to CC.  If I use this option
  18. >the manual says to be sure to link with vaxcrtlg.  
  19.     ...
  20. >
  21. >The linker errors I'm getting follow:
  22. >%LINK-W-MULDEF, symbol ACOS multiply defined
  23. >    in module VAXCRTLG file SYS$COMMON:[SYSLIB]VAXCRTLG.EXE;2
  24.  
  25.     ...hundreds of redundant lines deleted. 
  26.  
  27. Information on how to do this is located in the release notes.
  28. Look for `sys$help:vacx032.release_notes' for the chapter titled
  29. 'Support for mixing /GFLOAT and /NOGFLOAT modules'. Note the correction to
  30. the DEFINE below..
  31.  
  32. When compiling, use CC/GFLOAT/DEFINE="CC$mixed_float"
  33. Make sure your programs include stdio.h, stdlib.h, math.h, and unixlib.h.
  34. Link against VAXCRTL, not VAXCRTLG.
  35.     -Rick
  36.  
  37. --
  38. Rick Murphy, WA1SPT/4            Washington Open Systems Resource Center
  39. Domain:  murphy@burfle.dco.dec.com -or- murphy@dco.dec.com
  40. Bang:    decwrl!burfle.enet!murphy    Ding:  (301) 918-5883
  41. Disclaimer: This nonsense came from an AI program written in TECO. Ignore it.
  42.