[comp.sys.amiga] Old Lattice Poblem.

hamish@waikato.ac.nz (04/14/90)

Hi 
 I've got a little problem. I'm using an old version of lattice C, that
Commodore put out with the name Amiga C Ver 1.2. Problems start when I
try to link the program. I get muliple undefined symbols, most of which
start when I try to do a printf(). The undefined symbols are
 
    Symbol            First ref.
   _memcpy            Library 'lib:lc.lib' Program unit 'text'
   _stcul_d             "          "          "
   _memset
   _stcl_o
   _stcl_h
   _strupr

 All first Referenced lines are the same. What is happening here? Is there
something else that has to be linked in? I'm using Blink with a command
line something like this.

blink lib:c.o,.... to ..  library lib:lc.lib,lib:lcb.lib,lib:amiga.lib

And before somebody suggest's it, yes I have RTFM. It doesn't mention
any other libraries or files to link into the code. If I run the program, 
it dies with a software error, task held and then a GURU of #004.00c4d4f0
(minus a few 0's.)

Can anybody help?Yes I would like to use Ver5.0, but I'm still waiting
for it.

Hamish Marson.