Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!emory!att!ucbvax!cid.aes.doe.ca!asphddg From: asphddg@cid.aes.doe.ca (Daniel Galuchon) Newsgroups: comp.sys.sgi Subject: SPHERES Message-ID: <9105171224.AA10070@cidws08.cid.aes.doe.CA> Date: 17 May 91 12:24:31 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 26 Anybody knows how to generate a nice sphere with 'gl'? 'sphere.h' seems to have nice possibilies, but I have been unable to use it. I have the following includes: #include #include #include #include I have also one call to 'sphdraw'. When I compile, it does'nt find 'genobj' 'fsqrt' 'acos' 'tan': cc -O -I./include -c planet.c cc planet.o litparam.o -o ../planet -O -I./include -lgl_s -lm -lsphere /usr/bin/ld: Undefined: genobj fsqrt acos tan *** Error code 1