Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!tut.cis.ohio-state.edu!ucbvax!hbo.UUCP!bice From: bice@hbo.UUCP (Brent A. Bice) Newsgroups: comp.windows.news Subject: Re: add me and a Problem Message-ID: <9005072019.AA13241@> Date: 7 May 90 21:59:24 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 16 Well, in response to the linking errors, it looks like you're not linking in the NeWS library. We generally have commands in our Makefile like: cc -c $(CFLAGS) -I$$NEWSHOME/include $(PROGRAM).c cc -o $(PROGRAM) $(CFLAGS) $(PROGRAM).o $$NEWSHOME/lib/libcps.a -lm The NEWSHOME is our environment variable for NeWS 1.1. Under NeWS2.0 (Open Look) you would probably use OPENWINHOME instead... Hope this helps.. Brent Bice Applied Computing Systems 2075 Trinity Drive Suite Lower Level Los Alamos, NM 87544 (505) 662-3309 bice@atlantis.ees.anl.gov