I'm running the nvidia-beta drivers 1.0.9626 and everything works fine, everything but a small bug concerning the compilation of applications.
Now compiling "real" opengl programs is not a problem, as ppracer or celestia compile well. However when trying kipi, gwenview or digikam I get the same error message, which looks like this:
Quote:
../../../libtool: line 2931: cd: __LIBGL_PATH__: No such file or directory
libtool: link: warning: cannot determine absolute directory name of `__LIBGL_PATH__'
grep: __LIBGL_PATH__/libGL.la: No such file or directory
/usr/bin/sed: can't read __LIBGL_PATH__/libGL.la: No such file or directory
libtool: link: `__LIBGL_PATH__/libGL.la' is not a valid libtool archive
|
Now I tried it with different versions of the driver, but it remains also with 1.0.8774 and 1.0.8776, which clears the beta-cause.
The library is located in /usr/lib/, and there's a symlink in /usr/X11R6/lib/.
Also the common bug in libGL.la with "for use with libtool" is solved.
Now I've already tried a lot and searched the internet from bottom to top. I can't find a solution, or nothings works. It's definitely related to the nvidia-driver, cause with normal X files everything compiles fine (except the point, that I have no libGL.la installed with x.org)
I would appreciate any kind of help!