hi,
sorry for cross-posting this question (i wasn't aware of a gem-devel list), so i guess it's a better place to ask!
-------------------------------------------------------------
i'm on fedora core 3 with ati driver (fglrx) for xorg. kernel 2.6.10-2.1.ll.rhfc3.ccrm - glut is not install, it's freeglut:
/usr/include/GL/freeglut.h /usr/include/GL/freeglut_ext.h /usr/include/GL/freeglut_std.h /usr/include/GL/glut.h /usr/lib/libglut.a /usr/lib/libglut.so
this is what i got when i'm trying to ./configure:
checking for sin in -lm... no checking for main in -lz... no checking for glInitNames in -lGL... no checking for glInitNames in -lMesaGL... no OpenGL is mandatory
this is my config.log: http://www.workinprogress.ca/pd/config.log
what should i do? patrick
patrick wrote:
hi,
sorry for cross-posting this question (i wasn't aware of a gem-devel list), so i guess it's a better place to ask!
hi. according to your config.log, thewade had similar problems, approx. 1 year ago. i think he solved them (although he keeps updating his hard/software and is constantly somewhat out of luck when trying to compile Gem ;-)) - anyhow, there should be something in the pd-list archives.
as i remember correctly it was something about not using -Wl,-shared (this is: the problem is with shared linking: you have the same problem with -lm (sin), which is grave too) and when he finally managed to get over this, there were some other traps... (but still he is still! trying to compile, i guess he has it running somewhere)
sorry for not being to much help.
mfg.as.dr IOhannes