[Desktop-packages] [Bug 1248642] Re: dynamic library inconsistencies with OpenGL/C++

2013-11-07 Thread swenger
The problem can also be reproduced using the nvidia-304 and nvidia-319-updates drivers (I haven't tried nvidia-304-updates). -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to nvidia-graphics-drivers-319 in Ubuntu. https://bugs.launchpad.net

[Desktop-packages] [Bug 1248642] [NEW] dynamic library inconsistencies with OpenGL/C++

2013-11-06 Thread swenger
Public bug reported: While using the nvidia-319 driver, the following C++ program won't run: $ cat > test.cpp << EOF #include #include int main(int argc, char *argv[]) { std::string s; glEnable(GL_LIGHT0); } EOF Instead, it fails with the following error message: $ g++ test.cpp