[comp.sources.d] Trouble compiling flip with TurboC 1.5

pete@eleazar.dartmouth.edu (Peter Schmitt) (07/20/89)

I am having trouble compiling the recent posting of flip on
my pc with TC 1.5.  Here is a script of the session. Maybe
someone can point me in the right direction.


Script V1.0 session started Thu Jul 20 03:43:07 1989


C>ndmake -f makefile.tcc
tcc -c -DTURBOC -DLINT -DNDEBUG  flip.c
Turbo C  Version 1.5  Copyright (c) 1987 Borland International
flip.c:
Warning flip.c 451: Call to function 'signal' with no prototype in function setup_sigs
Warning flip.c 451: Non-portable pointer comparison in function setup_sigs
Warning flip.c 452: Call to function 'signal' with no prototype in function setup_sigs
Warning flip.c 455: Call to function 'signal' with no prototype in function setup_sigs
Warning flip.c 455: Non-portable pointer comparison in function setup_sigs
Warning flip.c 456: Call to function 'signal' with no prototype in function setup_sigs
Warning flip.c 464: Call to function 'signal' with no prototype in function cleanup
Warning flip.c 466: Call to function 'signal' with no prototype in function cleanup

	Available memory 178944
tcc -c -DTURBOC -DLINT -DNDEBUG  getopt.c
Turbo C  Version 1.5  Copyright (c) 1987 Borland International
getopt.c:

	Available memory 197508
tcc -c -DTURBOC -DLINT -DNDEBUG  turboc.c
Turbo C  Version 1.5  Copyright (c) 1987 Borland International
turboc.c:
Warning turboc.c 272: Call to function 'signal' with no prototype in function MVFILE
Warning turboc.c 272: Non-portable pointer assignment in function MVFILE
Warning turboc.c 291: Call to function 'signal' with no prototype in function MVFILE
Warning turboc.c 299: Call to function 'signal' with no prototype in function MVFILE
Warning turboc.c 305: Call to function 'signal' with no prototype in function handler
Warning turboc.c 309: Call to function 'signal' with no prototype in function handler
Warning turboc.c 310: Call to function 'raise' with no prototype in function handler

	Available memory 193898
tcc -eFLIP  flip.obj getopt.obj turboc.obj
Turbo C  Version 1.5  Copyright (c) 1987 Borland International
Turbo Link  Version 1.1  Copyright (c) 1987 Borland International
Undefined symbol '_signal' in module flip.c
Undefined symbol '_signal' in module flip.c
Undefined symbol '_signal' in module flip.c
Undefined symbol '_signal' in module flip.c
Undefined symbol '_signal' in module flip.c
Undefined symbol '_signal' in module flip.c
Undefined symbol '_raise' in module turboc.c
Undefined symbol '_signal' in module turboc.c
Undefined symbol '_signal' in module turboc.c
Undefined symbol '_signal' in module turboc.c
Undefined symbol '_signal' in module turboc.c
Undefined symbol '_signal' in module turboc.c

	Available memory 231044

*** Error code 1

C>exit
Script completed Thu Jul 20 03:44:05 1989
Peter R. Schmitt - UNIX User Services Consultant - Peter.Schmitt@dartmouth.edu
	There are two fundamental facts of human enlightenment:
			#1, There is a God.
			#2, You are not Him!