home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / vmsnet / misc / 763 < prev    next >
Encoding:
Internet Message Format  |  1992-08-29  |  1.3 KB

  1. Xref: sparky vmsnet.misc:763 vmsnet.internals:1221
  2. Path: sparky!uunet!dmc.com!munroe
  3. From: munroe@dmc.com (Dick Munroe)
  4. Newsgroups: vmsnet.misc,vmsnet.internals
  5. Subject: Re: Referencing a globaldef'd variable thru macro rtn
  6. Message-ID: <1992Aug29.072640.4480@dmc.com>
  7. Date: 29 Aug 92 07:26:40 EDT
  8. References: <l9t8nqINNodn@news.bbn.com>
  9. Distribution: na
  10. Organization: Doyle, Munroe Consultants, Inc., Hudson, MA
  11. Lines: 28
  12.  
  13. In article <l9t8nqINNodn@news.bbn.com>, mjensen@BBN.COM (Martin Jensen) writes:
  14. >     ...
  15. >     The linker gives me the following warning when I link with the shared
  16. >     image:
  17. > %LINK-I-BASDUERRS, basing image due to errors in relocatable references
  18. > %LINK-W-SHRSYMREF, reference to symbol G_WATCHDOG_EXIT is not position independent
  19. >     in psect SUBRTNS offset %X00000018
  20. >     in module SUBRTNS file NAS_BUILD:[NAS.PUBLIC.V41I_A_DEVL]SUBRTNS.OBJ;2
  21. >     The macro statment in question is:
  22. >         cmpl    g_watchdog_exit,r0
  23.  
  24. Martin,
  25.  
  26. Change it to:
  27.  
  28.         cmpl    G^g_watchdog_exit,r0
  29.  
  30. And the problem will go away (I'm pretty sure, anyway).
  31. -- 
  32. Dick Munroe                Internet: munroe@dmc.com
  33. Doyle Munroe Consultants, Inc.        UUCP: ...uunet!thehulk!munroe
  34. 267 Cox St.                Office: (508) 568-1618
  35. Hudson, Ma.                FAX: (508) 562-1133
  36.  
  37. GET CONNECTED!!! Send mail to info@dmc.com to find out about DMConnection.
  38.