Path: utzoo!utgpu!watserv1!watmath!att!mcdchg!laidbak!ism.isc.com!uunet!maverick.ksu.ksu.edu!ux1.cso.uiuc.edu!osiris.cso.uiuc.edu!gordon From: gordon@osiris.cso.uiuc.edu (John Gordon) Newsgroups: comp.lang.c Subject: Re: Tlink error messages from turbo C - help solicited. Message-ID: <1990Oct23.200440.16947@ux1.cso.uiuc.edu> Date: 23 Oct 90 20:04:40 GMT References: <39230@ucbvax.BERKELEY.EDU> Sender: news@ux1.cso.uiuc.edu (News) Organization: University of Illinois at Urbana Lines: 20 The reason you're getting all those 'fixup overflow' errors is because you are compiling in the small model, but linking in the huge model libraries. (Turbo C defaults to the small model.) Try adding the '-mh' flag to the tcc call. >Undefined symbol '_main' in module C0H >Undefined symbol '_prnt_fil' in module FUNCTLST.C >Undefined symbol '_add' in module FUNCTLST.C You are calling these functions, but they are not defined anywhere. (i.e. they don't exist. Create them.) --- John Gordon Internet: gordon@osiris.cso.uiuc.edu #include gordon@cerl.cecer.army.mil #include GEnie: j.gordon14