On Fri, 2004-07-09 at 12:31 -0400, Graham Knap wrote: > > /usr/games/neverball: relocation error: /usr/games/neverball: undefined > symbol: glMultiTexCoord2f
This is a bug in neverball, it violates the OpenGL ABI. It must use either glXGetProcAddress("glMultiTexCoord2f") (if GL 1.3 is available) or glXGetProcAddress("glMultiTexCoord2fARB") (if the GL_ARB_multitexture extension is available) to obtain a pointer to that function. -- Earthling Michel Dänzer | Debian (powerpc), X and DRI developer Libre software enthusiast | http://svcs.affero.net/rm.php?r=daenzer