Path: utzoo!news-server.csri.toronto.edu!cs.utexas.edu!usc!samsung!crackers!m2c!umvlsi!dime!hgschulz From: hgschulz@cs.umass.edu (Henning Schulzrinne) Newsgroups: comp.lang.c Subject: Fixup overflow in Turbo-C++ Message-ID: <28032@dime.cs.umass.edu> Date: 16 Mar 91 20:45:01 GMT Sender: news@dime.cs.umass.edu Reply-To: hgschulz@cs.umass.edu (Henning Schulzrinne) Organization: University of Massachusetts, Amherst Lines: 24 While linking a somewhat large ANSI-C program, TLINK produces the following message: Error: fixup overflow in module showtext.c at SHOWTEXT_TEXT:096C target = _TEXT:0000 Error: fixup overflow in module showtext.c at SHOWTEXT_TEXT:0916 target = _TEXT:0000 All modules were compiled with the huge model (although the large model gave the same error message). The module is not the last module. The program compiles/links fine on VMS and gcc and does not contain any memory model modifiers (huge, large, etc.). The module showtext.c appears as size 1438H (code) and 352H (data) in the map, so it does not appear to span segment boundaries. The manual hints (mostly dealing with memory model mixing) don't help much. Any clues what to look for are sincerely appreciated. -------- Henning Schulzrinne (HGSCHULZ@CS.UMASS.EDU) Department of Electrical and Computer Engineering University of Massachusetts at Amherst Amherst, MA 01003 - USA === phone: +1 (413) 545-3179 (EST); FAX: (413) 545-1249