On Tue, 8 Jun 2004, marius schebella wrote:
strange. this symbol should be defined in /usr/lib/libGL.so can you check ldd /usr/lib/libglut.so.3 and objdump -T /usr/lib/libGL.so | grep BindChannel
Hi Tom, seems I am missing something..?
seems your glut and gl do not like playing along. are they from the same source? (i.e. distro) maybe multiple libs?
marius.
sme:~# ldd /usr/lib/libglut.so.3 libGL.so.1 => /usr/X11R6/lib/libGL.so.1 (0x40042000)
same for me, only GL lib is libGL.so.1 => /usr/lib/libGL.so.1 (0x40049000)
sme:~# objdump -T /usr/lib/libGL.so | grep BindChannel sme:~#
(no output here...)
objdump -T /usr/lib/libGL.so | grep BindChannel 0001f718 g DF .text 00000006 LIBGL glXBindChannelToWindowSGIX