davewt@NCoast.ORG (David Wright) (12/19/90)
I have been trying to use SAS/C to compile a fairly simple server program for my new game, but I can't seem to find some of the functions that there are prototypes for. Specifically, ctime(), time(), and strcat(). The first two are defined in <time.h>, and the other in <string.h>. When I try to link the 3 modules (c.o, and the two server modules), and just use the lcr.lib and amiga.lib libraries, it leave them as undefined symbols. Is there something that I am not including? And also, I thought that if I included the proto files I would not need to link in amiga.lib (although it has only added about 3k). But if I don't link with it I get some more undefined symbols. Dave