Comment 19 for bug 1066599

Revision history for this message
Rafael Witten (rafiwitten) wrote :

I don't know anything about wine but it looks to me like something might have changed in the libosmesa6-dev package.

I am using the libosmesa6-dev package on Ubuntu and it seems like the recent update to 9.0-0ubuntu1 from 8.0.4-0ubuntu0.1 broke my compile. After the update my project couldn't link - g++ couldn't find any of the gl-prefixed functions (glBegin, etc). Some debugging showed

readelf --symbols /usr/lib/x86_64-linux-gnu/libOSMesa.so

seemed to be missing the necessary functions, so I reverted to 8.0.4-0ubuntu0.1. My compile was fixed and readelf showed the appropriate functions.