bug-gnubg
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-gnubg] compile error LibGLCore


From: Achim Mueller
Subject: Re: [Bug-gnubg] compile error LibGLCore
Date: Sat, 29 Mar 2008 15:10:15 +0100
User-agent: Mutt/1.5.16 (2007-06-09)

* Christian Anthon <address@hidden> [080328 10:12]:
> Hi Achim,
> 
> I've seen this kind of error before. It means that your nvidia and
> normal opengl setup has been mixed up. Nothing much we can do from
> this end as the include and lib paths are setup automatically. I'm
> guessing that suse tries to allow easy switching between normal opengl
> and nvidia opengl and that you are linking against a wrong lib. Report
> upstream or try the official nvidia .run driver :)

You were right:

address@hidden gnubg $ ls -l /usr/lib/libGL.*
/usr/lib/libGL.la
/usr/lib/libGL.so -> libGL.so.1
/usr/lib/libGL.so.1 -> libGL.so.1.0.9755
/usr/lib/libGL.so.1.0.9755

belongs to Mesa

address@hidden gnubg $ ls -l /usr/X11R6/lib/libGL*
/usr/X11R6/lib/libGL.so.1 -> libGL.so.169.09
/usr/X11R6/lib/libGL.so.169.09

belongs to Nvidia.

After linking /usr/lib/libGL.so to /usr/X11R6/lib/libGL.so.1 it
compiled.

What will happen when I make a rpm based on Nvidia and someone has
either only Mesa or an ATI card with their libs?


Ciao

Achim





reply via email to

[Prev in Thread] Current Thread [Next in Thread]