home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 4348 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: sn.no!not-for-mail
  2. From: christon@sn.no (Christopher Naas)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: SasC linker Error:
  5. Date: 27 Feb 1996 22:30:01 +0100
  6. Organization: SN Internett
  7. Message-ID: <758.6631T1348T796@sn.no>
  8. References: <dkauppDnEzzs.FsD@netcom.com>
  9. NNTP-Posting-Host: sinsen.sn.no
  10. X-Newsreader: THOR 2.21 (Amiga;SOUP)
  11.  
  12. Blitter wrote:
  13.  
  14. > Can someone tell me what may be causing these errors? MOBtrigger is a
  15. >BOOL and as far a I know, its just changed using TRUE and FALSE.
  16.  
  17. > If someone can point me in the right direction I would appriciate it :).
  18.  
  19. >Thanks.
  20.  
  21. >ERROR: Multiply defined symbol '_MOBtrigger'.
  22. >       First defined in file 'comm.o'.
  23. >        Type = RELOCATABLE   Value = 1010
  24. >       Redefined in file 'special.o'.
  25. >        Type = RELOCATABLE   Value = 9
  26. [..]
  27.  
  28. You probably have a Global.h or such with "BOOL MOBTrigger = ..;" .. replace
  29. this with "BOOL MOBTrigger;", and it should work.
  30.  
  31.  
  32. --
  33. Christopher Landmark Naas    o  EMail: christon@sn.no
  34. LoungeBar Development        o  WWW:   http://www.sn.no/~christon/
  35. Former Reg. Amiga Developer  o  IRC:   KarmaComa
  36.