Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!tut.cis.ohio-state.edu!ucbvax!janus.Berkeley.EDU!brand From: brand@janus.Berkeley.EDU (Graham Brand) Newsgroups: comp.lang.c Subject: Tlink error messages from turbo C - help solicited. Message-ID: <39230@ucbvax.BERKELEY.EDU> Date: 23 Oct 90 16:31:41 GMT Sender: usenet@ucbvax.BERKELEY.EDU Reply-To: brand@janus.Berkeley.EDU Lines: 30 Dear netters, I have been trying without success to compile a fairly large program. The individual routines have compiled successfully but the linking process returns the following error messages. Any help would be appreciated. Each module is compiled as in the following two examples: tcc -1 -K -f -c -y -v functlst.c tcc -1 -K -f -c -y -v filetop.c The routines are linked using a response file, since the number of object files is large, the contents of which are: d:\tc\lib\C0h /c /v + functlst filetop fifo block sequencr state + add constant convolve data_gen delay fork noise + prntfile quantize q_voice5, blosim.exe,, d:\tc\lib\emu d:\tc\lib\mathh d:\tc\lib\Ch The error output is as below: Turbo Link Version 2.0 Copyright (c) 1987, 1988 Borland International Undefined symbol '_main' in module C0H Fixup overflow in module FUNCTLST.C at _TEXT:00EB, target = _strcmp Fixup overflow in module FUNCTLST.C at _TEXT:00D6, target = _strcmp Undefined symbol '_prnt_fil' in module FUNCTLST.C Fixup overflow in module FUNCTLST.C at _TEXT:00C1, target = _strcmp Fixup overflow in module FUNCTLST.C at _TEXT:00AC, target = _strcmp Undefined symbol '_add' in module FUNCTLST.C Fixup overflow in module FUNCTLST.C at _TEXT:000D, target = _strcmp Fixup overflow in module FILETOP.C at _TEXT:03C9, target = _sscanf