Hi. I was compiling in Linux and I got the erro &quot;The file was not found sqUnixOpenGL.h&quot;<br>I easily fixed with <br> sudo apt-get install mesa-common-dev<br clear="all"><br>But then I got:<br><br>/usr/bin/ld: cannot find -lGL<br>
<br>and I solve it with this:<br><br>delete /usr/lib/libGL.so<br>cd /usr/lib/<br>sudo ln -s libGL.so.1.2 libGL.so<br><br>Finally, and this is my question, I saw a special conf:  CogUnixNoGLConfig  which class comment says: &quot;A slightly modified configuration, which avoids linking with openGL libraries.&quot;<br>
So...my question is...if I would have used that class I would have avoided my problems?<br><br>Second, that class CogUnixNoGLConfig that doesn&#39;t link to the OpenGL, what it does instead? how this impacts me ?  is there any difference from the performance point of view of the VM or something like that ?<br>
<br>Sorry for my ignorance,<br><br>-- <br>Mariano<br><a href="http://marianopeck.wordpress.com" target="_blank">http://marianopeck.wordpress.com</a><br><br>