kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #02382
No rule to make target `/usr/lib/libGL.so'
-
To:
kicad-devel@xxxxxxxxxxxxxxx
-
From:
"Ing. Gabriele Oberhammer" <gabriele@...>
-
Date:
Fri, 10 Apr 2009 14:00:58 +0200
-
User-agent:
Thunderbird 2.0.0.21 (X11/20090318)
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.