Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!thunder.mcrcim.mcgill.edu!snorkelwacker.mit.edu!spool.mu.edu!sol.ctr.columbia.edu!zaphod.mps.ohio-state.edu!casbah.acns.nwu.edu!rr From: rr@casbah.acns.nwu.edu (Roger Ratcliff) Newsgroups: comp.unix.aix Subject: rs/60000,graphics Message-ID: <3809@casbah.acns.nwu.edu> Date: 21 Feb 91 17:57:57 GMT Sender: news@casbah.acns.nwu.edu Reply-To: roger@eccles.psych.nwu.edu (Roger Ratcliff) Organization: Northwestern University Lines: 34 I have been trying to draw some lines to represent values in a vector on my rs/6000, 320, grayscale. I found the gl routines but they seem to need the SG board. I tried the XGSL routines but got an error message: xlf -lxgsl -lX11 -lXext window1.f ** main === End of Compilation 1 === 1501-510 Compilation successful for file window1.f. 0706-317 ERROR: Unresolved or undefined symbols detected: Symbols in error (followed by references) are dumped to the load map. .gsmult .gsinit The program window1.f is below integer buf(128),x(2),y(2) external gsinit,gsmult call gsinit(buf,0,-1,0,0,-1) x(1)=0 y(1)=0 x(2)=1 y(2)=1 idr=gsmult(2,x,y) stop end All I want to do is draw lines, it cant be that hard. I tried my SE on Friday, Monday, tuesday and wednesday with no response except "Yes, I'll check on that" I would appreciate any help (especially the correct set of routines to use) Thanks Roger Ratcliff Brought to you by Super Global Mega Corp .com