[comp.sys.amiga] BLINK

MCARTSHA@UREGINA1.BITNET (Shan Mcarthur) (12/30/88)

Need a little help from a Lattice C V4.0 expert.
  I took a course in C at U of Regina, so I basically know C, I am just
trying to implement it on my computer.  Anyways, I typed in an example (3-13)
from Inside the Amiga with C.  When I compiled it with the -L option, it
automatically linked it and the program worked with minor alterations.  So
my next step was to try to compile it by breaking it down into sections,
with one function per file.  I included the #include in all of the programs
and I compiled each seperately.  There were no compile errors.  I then wrote a
script file to link all of them together.  It went something like this:
BLINK
3-13.o
new_screen.o
new_window.o
OpenAll.o
delay_func.o
LIBRARY
lib:amiga.lib
lib:lc.lib

But the compiler informed me that I had an undefined symbol __xcovf first
encountered in 3-13.o.  What went wrong?  Did I forget a library?
If I did, please tell me how to tell which libraries I will need.  Or,
do I need special includes?  Or a dummy main(), or what else I might need.

Please reply to MCARTSHA@UREGINA1 and I will summarize on the net later.
If you want to see all the files, I have ARCed them and a little more
specific information about them and it is available on request (send it to
aforementioned address)  Any help will be greatly appreciated, as I am looking
forward to programming my Amy in C, but I am stopped by this pooly documented
procedure (I might not be looking in the right spot though).

Shan McArthur
Acknowledge-To: <MCARTSHA@UREGINA1>