Path: utzoo!censor!geac!torsqnt!news-server.csri.toronto.edu!cs.utexas.edu!tut.cis.ohio-state.edu!usenet.ins.cwru.edu!ncoast!davewt From: davewt@NCoast.ORG (David Wright) Newsgroups: comp.sys.amiga.tech Subject: missing functions under SAS/C 5.1? Message-ID: <1990Dec19.071233.15544@NCoast.ORG> Date: 19 Dec 90 07:12:33 GMT Organization: North Coast Public Access *NIX, Cleveland, OH Lines: 14 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 , and the other in . 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