On Tue, 18 Jun 2002, Ben Bogart - FMPM/F1999 wrote:
I also tried Guenter's suggestion changing the glm.h to point to GL/gl.h rather than GL/glut.h
Gem always compiles fine, no errors, not always refuses to load with the glmFacetNormals__FP8GLMmodel symbol "missing"
I've been trying to get gem.87 to work since it was released on multiple linux distros. Why can't I get it to work!?
I really appreciate everyones efforts.
There is one thing that you could try, that is putting extern "C" { #include <glm.h> } clause in model.h and multimodel.h ...
but this is only a slim chance. It could be that your compiler doesn't define __cplusplus Which version of gcc are you using ?
Guenter
Thanks Ben
On Tue, 18 Jun 2002, IOhannes zmoelnig wrote:
you might have to add the correct library path by hand so something like "-L/usr/local/glut-3.6/lib/glut/" in the LDFLAGS-line
I'd appriciate any help. Thanks Ben
mfg.cdsa.asd IOhannes
B. Bogart