There is link of libGL.so in /usr/lib32, which point to
/usr/lib/libGL.so.180.11.
Also there is link of libGL.so.1 in both /usr/lib and in /usr/lib32, which all
points to /usr/lib/libGL.so.180.11. And it really is there.
So, with spesific file name "libGL.so", it is found only from
/usr/lib32, and
> This;
> ( ./configure; make; sudo make install ) > output.txt 2>&1
> from failed compilation attempt is already attached, if you didn't
> notice...
>
Sorry, I didn't notice.
./configure cannot find the libGL.so shared library symbolic link. Is it
installed on your system? If it is, where?
--
> Hello again!
>
> I managed to "solve" my compilation problem.
> I had error message;
> CGLarea.h:34:16: error: gl.h: No such file or directory
> Which is confusing, because there IS /usr/include/GL/gl.h file.
> I tried to copy gl.h to "/trunk/gb.qt4/src/opengl" and to "/trunk",
> and now it compi
Hello again!
I managed to "solve" my compilation problem.
I had error message;
CGLarea.h:34:16: error: gl.h: No such file or directory
Which is confusing, because there IS /usr/include/GL/gl.h file.
I tried to copy gl.h to "/trunk/gb.qt4/src/opengl" and to "/trunk",
and now it compiles.
How do I