Hide Forgot
Description of problem: glXGetCurrentContext missing in -devel Version-Release number of selected component (if applicable): mesa-libGL-devel-6.5.2-5.fc7 How reproducible: nm -D /usr/lib/libGL.so | grep glXGetCurrentContext Steps to Reproduce: 1. nm -D /usr/lib/libGL.so | grep glXGetCurrentContext Actual results: nm -D /usr/lib/libGL.so | grep glXGetCurrentContext shows nothing. Expected results: on my rhel5-beta e.g: nm -D /usr/lib64/libGL.so | grep glXGetCurrentContext 00000037728231c0 T __glXGetCurrentContext 0000003772823220 T glXGetCurrentContext Additional info: Unable to compile bz#227646 on fc-devel, i get: ..... -lGL -lGLU -L/usr/lib/ do_zoom.c:264: undefined reference to `glXGetCurrentContext' On rhel5-beta e.g works fine.
Already fixed in 6.5.2-6 *** This bug has been marked as a duplicate of 229808 ***