home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / sys / mac / programm / 18772 < prev    next >
Encoding:
Text File  |  1992-11-22  |  1.1 KB  |  34 lines

  1. Newsgroups: comp.sys.mac.programmer
  2. Path: sparky!uunet!psinntp!cci632!sdk
  3. From: sdk@cci632.cci.com (Stephen Knight)
  4. Subject: Re: MPW Linker help needed
  5. Message-ID: <1992Nov21.232707.17226@cci632.cci.com>
  6. Organization: [Computer Consoles, Inc., Rochester, NY
  7. References: <1992Nov17.090523.376@unimur.um.es>
  8. Date: Sat, 21 Nov 1992 23:27:07 GMT
  9. Lines: 23
  10.  
  11. In article <1992Nov17.090523.376@unimur.um.es> humberto@unimur.um.es (Humberto Martinez) writes:
  12. >Hello:
  13. >    I'm trying to compile flex and bison, from GNU, in a Macintosh LC. I
  14. >can't generate an executable file from the objects ones. My linker gets out
  15. >of order, and says:
  16. >
  17. >    Link: Error: Jump Table offset into code segment is greater
  18. >than 32K (Error 50) .......
  19. >
  20. >Could anyone help me?. What are the correct parameters to both C and link
  21. >programs?
  22. >
  23. >    Thank you in advance, Humberto
  24. >
  25. >P.S.: it's really important to me.
  26.  
  27.   I believe the flags are "-model far", this is supposed to break the
  28. 32k barrier.  (for what it's worth, last year a source at Apple said it
  29. wasn't trustworthy, but that was several revisions ago).
  30.  
  31. good luck
  32. steve knight
  33. sdk@cci.com
  34.