Path: utzoo!utgpu!water!watmath!clyde!cbosgd!ihnp4!ttrdc!ttrde!ttrdf!rdj From: rdj@ttrdf.UUCP (Robert D. Jackson) Newsgroups: comp.sources.games.bugs Subject: Re: compiling and linking omega Message-ID: <326@ttrdf.UUCP> Date: 27 Jan 88 15:01:03 GMT References: <1466@uhccux.UUCP> <1430@bucsb.UUCP> <655@rivm05.UUCP> Reply-To: rdj@ttrdf.UUCP (Bob Jackson) Organization: AT&T, Skokie, IL Lines: 25 In article <655@rivm05.UUCP> ccea3@rivm.UUCP (Adri Verhoef) writes: ... stuff deleted ... >When omega finally was loading on my VAX 11/750 - which runs system V - >ld complained: > I don't know about: >_srandom() >_random() > No output written to omega > >Q: Where do I get these? Try using these #define's in odefs.h extern long lrand48(); #define random() lrand48() #define srandom(seed) srand48(seed) -- Bob Jackson (rdj@ttrdf) 312-982-3578 AT&T Information Systems Computer Systems Division, 5555 Touhy Ave., Skokie, IL 60077 PATH: ...!ihnp4!ttrdf!rdj