Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Compiling projects on the Linux cluster version gives errors about undefined references to glColorTableSGI and glGetColorTableParameterfvSGI. Why?

0
Posted

Compiling projects on the Linux cluster version gives errors about undefined references to glColorTableSGI and glGetColorTableParameterfvSGI. Why?

0

This occurs when NVidia drivers have been installed and libGL.so has been replaced by NVidia’s libGL.so. The two functions are missing in the NVidia OpenGL implementation yet the MPU and OpenGL renderer libraries in Express require these two functions. The CDROM contains an MPE_NVIDIA_PATCH_LINUX product which will replace the Express renderer libraries in $XP_ROOT/lib/linux (libgdmpu.so, libgdmpu.a, libgdogl.so, libgdogl.a) with a version that does not use these functions. You should backup the original libraries before installing this patch. User projects will then compile.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123