hello :
     I build Kde-workspace-4.10.3 failed in there ,but i can't find why 
getProcAddress return NULL in libGL.so , please help me ,stanks ! 
_______________________________________________________________________________________________________________________________________________________________________
CMakeFiles/kwinglutils.dir/kwinglutils_funcs.cpp.o:In function 
`getProcAddress': 
/mnt/kde-workspace-4.10.90/kwin/libkwineffects/kwinglutils_funcs.cpp:215: 
undefined reference to `dlsym' collect2: error: ld returned 1 exit status 
make[2]: *** [lib/libkwinglutils.so.1.0.0] Error 1 make[1]: *** 
[kwin/libkwineffects/CMakeFiles/kwinglutils.dir/all] Error 2 make: *** [all] 
Error 2  static glXFuncPtr getProcAddress(const char* name) {     glXFuncPtr 
ret = NULL;     if (glXGetProcAddress != NULL)         ret = 
glXGetProcAddress((const GLubyte*) name);     if (ret == NULL)         ret = 
(glXFuncPtr) dlsym(RTLD_DEFAULT, name);     return ret; } 
_______________________________________________________________________________________________________________________________________________________________________
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to