home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / mac / programm / 21285 < prev    next >
Encoding:
Internet Message Format  |  1993-01-12  |  1.1 KB

  1. Path: sparky!uunet!pipex!bnr.co.uk!uknet!strath-cs!cen.ex.ac.uk!keith.ex.ac.uk!KTizzard
  2. From: KTizzard@exeter.ac.uk (Keith Tizzard)
  3. Newsgroups: comp.sys.mac.programmer
  4. Subject: MPW Link error message: help please
  5. Message-ID: <C0qxGM.J8H@cen.ex.ac.uk>
  6. Date: 12 Jan 93 14:55:34 GMT
  7. Sender: news@cen.ex.ac.uk (news admin)
  8. Organization: University of Exeter
  9. Lines: 29
  10. X-Xxmessage-Id: <A7788C051C010465@keith.ex.ac.uk>
  11. X-Xxdate: Tue, 12 Jan 93 14:53:57 GMT
  12. X-Useragent: Nuntius v1.1.1d16
  13.  
  14. I am developing a C++ program under MPW.
  15.  
  16. In trying to sort out some logical errors I have added a number of output
  17. statements
  18. sending information to cerr.
  19.  
  20. Everything compiles perfectly well but then the linker fails with the
  21. message:
  22.  
  23. ### Link: Error: Jump table offset into code segment is greater than 32K.
  24. (Error 50) GETPTRSIZE
  25.  
  26.  
  27. There seems to be some critical point when this happens.  I have a number
  28. of such
  29. tracing statements in and working but when another is added I encounter
  30. this 
  31. problem.
  32.  
  33. Has anybody any idea what I might try in order to overcome this
  34. difficulty?
  35.  
  36.  
  37.  
  38. Keith Tizzard
  39. MSOR Department
  40. Unversity of Exeter
  41. UK
  42. email: K.Tizzard@exeter.ac.uk
  43.