Hello IOhannes m zmoelnig (and the pd-list),
Heres what my config.log said about -lGL. It looks like it actiually found it, which would be consistant with the fact that other programs like fltk build and found -lGL. It just looks like the function Gem's config is looking for has some errounious linker object file...
Configure couldnt find MesaGL, because my Mesa library is OSMesa, but if it ginds just norman GL, then were happy, right?
Any hints?
Thanks for the help, -thewade
V...Begin config.log output...V
configure:2664: checking for glInitNames in -lGL
configure:2683: gcc -o conftest -g -O2 -L/usr/X11R6/lib conftest.c -lGL -Wl,-shared -Wl,-export-dynamic -lXxf86vm -lXext -lX11 -L/usr/local/lib 1>&5
/usr/lib/libc_nonshared.a(elf-init.oS)(.text+0x1c): In function __libc_csu_init\': : undefined reference to
__init_array_end'
/usr/lib/libc_nonshared.a(elf-init.oS)(.text+0x22): In function __libc_csu_init\': : undefined reference to
__init_array_start'
/usr/lib/libc_nonshared.a(elf-init.oS)(.text+0x37): In function __libc_csu_init\': : undefined reference to
__init_array_start'
/usr/lib/libc_nonshared.a(elf-init.oS)(.text+0x5b): In function __libc_csu_fini\': : undefined reference to
__fini_array_end'
/usr/lib/libc_nonshared.a(elf-init.oS)(.text+0x61): In function __libc_csu_fini\': : undefined reference to
__fini_array_start'
/usr/lib/libc_nonshared.a(elf-init.oS)(.text+0x7f): In function __libc_csu_fini\': : undefined reference to
__fini_array_start'
/usr/bin/ld: conftest: hidden symbol `__fini_array_end' isn't defined
collect2: ld returned 1 exit status
configure: failed program was:
#line 2672 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char glInitNames();