home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 4319 < prev    next >
Encoding:
Text File  |  1996-08-05  |  2.0 KB  |  64 lines

  1. Newsgroups: comp.sys.amiga.programmer
  2. Path: cs.utexas.edu!utnut!utinfo!news
  3. From: Norman Baccari <normb@gpu.utcc.utoronto.ca>
  4. Subject: Re: SasC linker Error:
  5. X-Nntp-Posting-Host: control3.utcc.utoronto.ca
  6. Content-Type: text/plain; charset=us-ascii
  7. Message-ID: <DnFpJq.8BL@utcc.utoronto.ca>
  8. Sender: news@utcc.utoronto.ca (News)
  9. Content-Transfer-Encoding: 7bit
  10. Organization: UTCC Campus Access
  11. References: <dkauppDnEzzs.FsD@netcom.com>
  12. Mime-Version: 1.0
  13. Date: Tue, 27 Feb 1996 12:33:26 GMT
  14. X-Mailer: Mozilla 1.22 (Windows; I; 16bit)
  15.  
  16. dkaupp@netcom.com (Blitter) wrote:
  17. > Can someone tell me what may be causing these errors? MOBtrigger is a 
  18. >BOOL and as far a I know, its just changed using TRUE and FALSE.
  19. >
  20. > If someone can point me in the right direction I would appriciate it :).
  21. >
  22. >Thanks.
  23. >
  24. ><<start paste>>
  25. >
  26. >New Shell process 8
  27. >8.Boot:> dh0:Programming/Merc22/src/
  28. >8.Stuff2:Programming/Merc22/src> smake
  29. >SAS/C_SMAKE 6.55 (17.2.95)
  30. >Copyright (c) 1988-1995 SAS Institute, Inc.
  31. >        sc link to comm with temp_smk.tmp
  32. >SAS/C Amiga Compiler 6.56
  33. >Copyright (c) 1988-1995 SAS Institute Inc.
  34. >Slink - Version 6.56
  35. >Copyright (c) 1988-1995 SAS Institute, Inc.  All Rights Reserved.
  36. >
  37. >ERROR: Multiply defined symbol '_MOBtrigger'.
  38. >       First defined in file 'comm.o'.
  39. >        Type = RELOCATABLE   Value = 1010
  40. >       Redefined in file 'special.o'.
  41. >        Type = RELOCATABLE   Value = 9
  42. >ERROR: Multiply defined symbol '_MOBtrigger'.
  43. >       First defined in file 'comm.o'.
  44. >        Type = RELOCATABLE   Value = 1010
  45. >       Redefined in file 'mob_prog.o'.
  46. >        Type = RELOCATABLE   Value = 0
  47.  
  48. [snip...snip...snip]
  49.  
  50. >
  51. >Sorry about the long post...
  52.  
  53. You need to look at where you have defined MOBtrigger.
  54. SLINK is telling you it has been multiply defined, IE youve
  55. defined it more than once.
  56.  
  57.  
  58.  
  59. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  60. Norman Baccari   normb@gpu.utcc.utoronto.ca    Toronto,Ontario Canada
  61. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  62.  
  63.  
  64.