Not sure where to ask, but I hope someone here can help me.
I'm trying to compile some OpenGL examples and get the same error, nomater what I try:
cannot find -lGL
It looks like /etc/ld.so.conf points to /etc/ld.so.conf.d/*.conf and in there I have:
/usr/lib/fglrx
/usr/lib32/fglrx
I have several libGL.x and no idea wich one I'm using:
/usr/lib32/fglrx/libGL.so.1
/usr/lib32/fglrx/libGL.so.1.2
/usr/lib/fglrx/libGL.so.1
/usr/lib/fglrx/libGL.so
/usr/lib/fglrx/libGL.so.1.2
btw. I'm running Kubuntu 13.10 with fglrx-updates
I'm trying to compile some OpenGL examples and get the same error, nomater what I try:
cannot find -lGL
It looks like /etc/ld.so.conf points to /etc/ld.so.conf.d/*.conf and in there I have:
/usr/lib/fglrx
/usr/lib32/fglrx
I have several libGL.x and no idea wich one I'm using:
/usr/lib32/fglrx/libGL.so.1
/usr/lib32/fglrx/libGL.so.1.2
/usr/lib/fglrx/libGL.so.1
/usr/lib/fglrx/libGL.so
/usr/lib/fglrx/libGL.so.1.2
btw. I'm running Kubuntu 13.10 with fglrx-updates
Comment