home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / lang / c / 12633 < prev    next >
Encoding:
Text File  |  1992-08-21  |  1.2 KB  |  37 lines

  1. Newsgroups: comp.lang.c
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!eff!news.oc.com!mercury.unt.edu!ponder!drice
  3. From: drice@ponder.csci.unt.edu (Keith Rice)
  4. Subject: Re: Linker Error: Segment _TEXT exceeds 64K 
  5. Message-ID: <drice.714443799@ponder>
  6. Sender: usenet@mercury.unt.edu (UNT USENet Adminstrator)
  7. Organization: University of North Texas
  8. References: <drice.714378305@ponder> <714426233snx@rcsl.demon.co.uk>
  9. Date: Sat, 22 Aug 1992 00:36:39 GMT
  10. Lines: 25
  11.  
  12. In <714426233snx@rcsl.demon.co.uk> tim@rcsl.demon.co.uk (Tim Frost) writes:
  13.  
  14. >In article <drice.714378305@ponder> drice@ponder.csci.unt.edu writes:
  15.  
  16. >>
  17. >>In <1992Aug21.010511.15329@cc.umontreal.ca> desmarai@ERE.UMontreal.CA> (Desmarais Normand) writes:
  18. >>
  19. >>>"Linker Error:  Segment _TEXT exceeds 64K"
  20. >>
  21. >>Try compiling it with a COMPACT memory model.
  22. >>
  23.  
  24. >No!  Compact gives you the same 64k limit for code (TEXT) as does the default
  25. >small model.  You need Medium or Large model to get past this limit.  
  26.  
  27. >Read the section in the programmer's guide about memory models for more info.
  28.  
  29. OOPS!!!  I did mean medium!  Honest!  (Oh, I'm sooooo ashamed!)
  30.  
  31. I repent in dust and ashes.
  32.  
  33. --
  34. Keith
  35. drice@ponder.csci.unt.edu
  36.  
  37.