home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / sys / mac / programm / 22312 < prev    next >
Encoding:
Text File  |  1993-01-28  |  1.1 KB  |  36 lines

  1. Newsgroups: comp.sys.mac.programmer
  2. Path: sparky!uunet!pageworks.com!world!eff!sol.ctr.columbia.edu!zaphod.mps.ohio-state.edu!magnus.acs.ohio-state.edu!nsridhar@magnus.acs.ohio-state.edu
  3. From: Natarajan Sridhar <nsridhar@magnus.acs.ohio-state.edu>
  4. Subject:  Programming with MPW (Help !!)
  5. Message-ID: <9301280708.AA22068@top.magnus.acs.ohio-state.edu>
  6. Sender: daemon@magnus.acs.ohio-state.edu
  7. Organization: The Ohio State University
  8. Date: Thu, 28 Jan 1993 07:08:25 GMT
  9. X-Mailer: ELM [version 2.3 PL11]
  10. Lines: 24
  11.  
  12.  
  13.  
  14. Re: Programming in C using MPW
  15.  
  16. Hi guys,
  17.  
  18. While trying to link a whole bunch of my C programs, I get the following
  19. error from the linker:
  20.  
  21. ### Link: Error: Jump Table offset into code segment is greater than 32K. 
  22.         (Error 50)
  23.  
  24. My total code size slightly exceeds 32K, so I set the maximum segment size to
  25. 64k using the -ss option of the link. BTW, I'm working on a MacIIsi, and am 
  26. using MPW3.2b9
  27.  
  28. I'd appreciate any pointers (no pun !) on the meaning of this error message,
  29. and how to go about rectifying it. Please respond via E-mail.
  30.  
  31. Thanks in advance.
  32.  
  33. **sridhar**
  34.  
  35.  
  36.