[PyQt] Annoying "cannot find -lGL" making PyQt on Linux

David Cortesi davecortesi at gmail.com
Sat Apr 4 17:22:33 BST 2015


Answering my own question, the problem was that, even though I installed
libgl-dev, somehow that install made only a dangling symlink for libGL.so.

There was a link /usr/lib/.../libGL.so -> /usr/lib/.../mesa/libGL.so.1.2.0
but there was no such target file. There was in fact a
mesa/libGL.so.10.1.2.28859, and when I made proper links to that, the
configure and make proceeded.

No idea why the install of libgl-dev should do this.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20150404/d8d02f9c/attachment-0001.html>


More information about the PyQt mailing list