home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!eff!news.oc.com!mercury.unt.edu!ponder!drice
- From: drice@ponder.csci.unt.edu (Keith Rice)
- Subject: Re: Linker Error: Segment _TEXT exceeds 64K
- Message-ID: <drice.714443799@ponder>
- Sender: usenet@mercury.unt.edu (UNT USENet Adminstrator)
- Organization: University of North Texas
- References: <drice.714378305@ponder> <714426233snx@rcsl.demon.co.uk>
- Date: Sat, 22 Aug 1992 00:36:39 GMT
- Lines: 25
-
- In <714426233snx@rcsl.demon.co.uk> tim@rcsl.demon.co.uk (Tim Frost) writes:
-
- >In article <drice.714378305@ponder> drice@ponder.csci.unt.edu writes:
-
- >>
- >>In <1992Aug21.010511.15329@cc.umontreal.ca> desmarai@ERE.UMontreal.CA> (Desmarais Normand) writes:
- >>
- >>>"Linker Error: Segment _TEXT exceeds 64K"
- >>
- >>Try compiling it with a COMPACT memory model.
- >>
-
- >No! Compact gives you the same 64k limit for code (TEXT) as does the default
- >small model. You need Medium or Large model to get past this limit.
-
- >Read the section in the programmer's guide about memory models for more info.
-
- OOPS!!! I did mean medium! Honest! (Oh, I'm sooooo ashamed!)
-
- I repent in dust and ashes.
-
- --
- Keith
- drice@ponder.csci.unt.edu
-
-