Tlink error messages from turbo C - help solicited.

Graham Brand brand at janus.Berkeley.EDU
Wed Oct 24 02:31:41 AEST 1990


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



More information about the Comp.lang.c mailing list