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