← Back to team overview

kicad-developers team mailing list archive

No rule to make target `/usr/lib/libGL.so'

 

If you encounter this error compiling latest SVN under Ubuntu, simply add this sym link:

~$ cd /usr/lib
/usr/lib$ sudo ln -s libGL.so.1 libGL.so

The issue seems related to nvidia binary driver update, but I'm not sure :-)

Ciao, Gabriele.