home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #23 / NN_1992_23.iso / spool / vmsnet / internal / 1430 < prev    next >
Encoding:
Internet Message Format  |  1992-10-09  |  907 b 

  1. Path: sparky!uunet!mitech!gjc
  2. From: gjc@mitech.com (George J. Carrette)
  3. Newsgroups: vmsnet.internals
  4. Subject: Re: Shared images, some differences on ALPHA
  5. Message-ID: <3066@mitech.com>
  6. Date: 9 Oct 92 14:21:07 GMT
  7. References: <3026@mitech.com> <1992Oct9.054726.1@cc.curtin.edu.au>
  8. Organization: Mitech Corporation, Concord MA
  9. Lines: 13
  10.  
  11. In article <1992Oct9.054726.1@cc.curtin.edu.au>, zrepachol@cc.curtin.edu.au (Paul Repacholi) writes:
  12. > In article <3026@mitech.com>, gjc@mitech.com (George J. Carrette) writes:
  13. >>      #if defined(VMS) && !define(ALPHA)
  14. > Would this perchance be a VAX-C/DEC-C difference, rather than LINK?
  15.  
  16. False. Globaldef is something that the C compiler is telling the linker.
  17. It is the linker that is responsible for wanting that kind of info in
  18. the first place.
  19.  
  20. If DEC-C was running on VAX/VMS it would need to have something
  21. like GLOBALDEF to talk to the LINK command properly.
  22.  
  23.  
  24.