home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / os / vms / 18329 < prev    next >
Encoding:
Text File  |  1992-11-22  |  1.1 KB  |  28 lines

  1. Newsgroups: comp.os.vms
  2. Path: sparky!uunet!haven.umd.edu!decuac!pa.dec.com!nntpd2.cxo.dec.com!adserv.enet.dec.com!winalski
  3. From: winalski@adserv.enet.dec.com (Paul S. Winalski)
  4. Subject: Re: problem with DECC under ALPHA/VMS
  5. Message-ID: <1992Nov22.204946.10035@nntpd2.cxo.dec.com>
  6. Lines: 15
  7. Sender: usenet@nntpd2.cxo.dec.com (USENET News System)
  8. Reply-To: winalski@adserv.enet.dec.com (Paul S. Winalski)
  9. Organization: Digital Equipment Corporation, Nashua NH
  10. References:  <6585@npri6.npri.com>
  11. Date: Sun, 22 Nov 1992 20:49:46 GMT
  12.  
  13.  
  14. In article <6585@npri6.npri.com>,
  15. murphy@npri6.npri.com (David P. Murphy) writes:
  16. |>
  17. |>The C compiler for ALPHA AXP, called DECC, does not provide the linker
  18. |>with the correct information for cross-referencing purposes:  if a function
  19. |>is only called by other functions within the same module as the callee,
  20. |>then the linker reports _no_ modules reference that function.  ugh.
  21.  
  22. Actually, this looks like a Linker problem rather than a C compiler problem.
  23. The AXP Linker gets the same information passed to it that the VAX Linker does
  24. when the program is compiled with VAX C, but the VAX Linker gets the cross-
  25. reference right.
  26.  
  27. --PSW
  28.