rs/60000,graphics

Roger Ratcliff rr at casbah.acns.nwu.edu
Fri Feb 22 04:57:57 AEST 1991


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



More information about the Comp.unix.aix mailing list