Re: CC version conflicts--kernel vs nvidia driver

2008-06-11 Thread Graeme Tank
On Tue, Jun 10, 2008 at 09:41:52PM +0300, David Baron wrote: > On Tuesday 10 June 2008 20:18:45 [EMAIL PROTECTED] > wrote: > > > I have nvidia's "proprietary" dirver 96.43.01 running well on my > > > Debian Sid. There is a bug in the opengl which will show up, for > > > example, rotating a piece i

Re: CC version conflicts--kernel vs nvidia driver

2008-06-10 Thread David Baron
On Tuesday 10 June 2008 20:18:45 [EMAIL PROTECTED] wrote: > > I have nvidia's "proprietary" dirver 96.43.01 running well on my > > Debian Sid. There is a bug in the opengl which will show up, for > > example, rotating a piece in a jigsaw puzzle program, where areas > > near the cursor are incorrec

Re: CC version conflicts--kernel vs nvidia driver

2008-06-10 Thread Nyizsnyik Ferenc
On Tue, 10 Jun 2008 12:40:18 -0400 "H.S." <[EMAIL PROTECTED]> wrote: > Removing binaries from /usr/bin doesn't seem right to me. > > ->HS > /usr/bin/gcc is only a symbolic link to one of the versions of gcc, like gcc-3.4, gcc-4.2, etc, not a binary. And I tried update-alternatives first, but:

Re: CC version conflicts--kernel vs nvidia driver

2008-06-10 Thread H.S.
Nyizsnyik Ferenc wrote: The following helped me: # cd /usr/bin # rm gcc # ln -s gcc-4.1 gcc After compiling the kernel module, you can redo the steps above with gcc-4.3, or you can leave it this way. if all you want is to use gcc-4.1, how about using: $> CC=gcc-4.1 make progname I guess

Re: CC version conflicts--kernel vs nvidia driver

2008-06-10 Thread Nyizsnyik Ferenc
On Tue, 10 Jun 2008 18:51:49 +0300 David Baron <[EMAIL PROTECTED]> wrote: > I have nvidia's "proprietary" dirver 96.43.01 running well on my > Debian Sid. There is a bug in the opengl which will show up, for > example, rotating a piece in a jigsaw puzzle program, where areas > near the cursor are