SPHERES
Brent Bates ViGYAN AAD/TAB
blbates at AERO36.LARC.NASA.GOV
Sat May 18 00:09:11 AEST 1991
I have used the spheres library with out any problems. I am using the
following includes in one of my applications:
#include <gl.h>
#include <gl/sphere.h>
#include <device.h>
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
I compile with the following:
cc -p0 -O3 -Olimit 2048 -prototypes -o $1 $1.c -s -x -lsphere -lc_s -lgl_s -lm
I imagine your problem is that you don't have -lsphere before -lgl_s.
Brent L. Bates Phone:(804) 864-2854
NASA-Langley Research Center FAX:(804) 864-6792
M.S. 361
Hampton, Virginia 23665-5225
E-mail: blbates at aero36.larc.nasa.gov or blbates at aero8.larc.nasa.gov
More information about the Comp.sys.sgi
mailing list