retitle 663684 libgtkglext1: libgdkglext-x11-1.0.so.0 dlopens libGL.so while it is already linked against libGL.so.1 thanks
Hi, dlopen(libGL.so) as done by libgdkglext-x11-1.0.so.0 is even a more stupid idea since it is already linked against libGL.so.1. So there is no need at all for dlopen(), the symbols are there already. # objdump -p /usr/lib/libgdkglext-x11-1.0.so.0 | grep NEEDED | grep libGL.so NEEDED libGL.so.1 Andreas -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

