From: <ima...@gm...> - 2003-05-12 23:06:54
|
> Just to be sure, check the 'Module' section of your XF86Config-4. Make > sure that 'dri' and 'GLcore' are NOT listed, and 'glx' IS. This could > be an artifact of building against one set of GL libraries, and running > on another, but I'm not sure. Part from XF86Config-4 Section "Module" # Load "GLcore" Load "bitmap" Load "dbe" Load "ddc" # Load "dri" Load "extmod" Load "freetype" Load "glx" Load "int10" Load "pex5" Load "record" Load "speedo" Load "type1" Load "vbe" Load "xie" EndSection > > Also ./configure ... gives > > [snip] > > include > > checking GTHREAD_LIBS... -lgthread -lpthread -lglib > > checking GL... no > > checking GL with threads... no > > checking Mesa... no > > checking Mesa with pthreads... no > > configure: error: gtkglarea is required on Unix-like systems > > Half-way down config.log, you should see a much more verbose echo of > this output with detailed information regarding the failure. Please > send me that information, and we can see exactly what failed. configure:8434: gcc -o conftest -g -O2 conftest.c -L/usr/X11R6/lib -lgtk -lg dk -lXi -lXext -lX11 -lm -lglib -lGLU -lGL >&5 /usr/lib/libGLcore.so.1: undefined reference to `__nvsym13208' /usr/lib/libGL.so: undefined reference to `__nvsym04850' /usr/lib/libGLcore.so.1: undefined reference to `__nvsym13192' /usr/lib/libGL.so: undefined reference to `__nvsym04843' /usr/lib/libGLcore.so.1: undefined reference to `__nvsym02925' /usr/lib/libGL.so: undefined reference to `__nvsym03706' /usr/lib/libGL.so: undefined reference to `__nvsym03650' /usr/lib/libGL.so: undefined reference to `__nvsym03657' collect2: ld returned 1 exit status configure:8437: $? = 1 configure: failed program was: #line 8415 "configure" #include "confdefs.h" #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { char glBegin(); glBegin(); ; return 0; } configure:8452: result: no configure:8461: checking GL with threads configure:8483: gcc -o conftest -g -O2 conftest.c -L/usr/X11R6/lib -lgtk -lg dk -lXi -lXext -lX11 -lm -lglib -lGLU -lGL -lpthread >&5 /usr/lib/libGLcore.so.1: undefined reference to `__nvsym13208' /usr/lib/libGL.so: undefined reference to `__nvsym04850' /usr/lib/libGLcore.so.1: undefined reference to `__nvsym13192' /usr/lib/libGL.so: undefined reference to `__nvsym04843' /usr/lib/libGLcore.so.1: undefined reference to `__nvsym02925' /usr/lib/libGL.so: undefined reference to `__nvsym03706' /usr/lib/libGL.so: undefined reference to `__nvsym03650' /usr/lib/libGL.so: undefined reference to `__nvsym03657' collect2: ld returned 1 exit status configure:8486: $? = 1 configure: failed program was: #line 8464 "configure" #include "confdefs.h" #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { char glBegin(); glBegin(); ; return 0; } All a bit strange to me. But I'm glad for any help. Nikolai -- +++ GMX - Mail, Messaging & more http://www.gmx.net +++ Bitte lächeln! Fotogalerie online mit GMX ohne eigene Homepage! |