Re: Symbolic linking confusion

2013-04-17 Thread Bruce Labitt
line to tell the linker where to look. Your ls.so.conf change is for the runtime linker.. you will need that too. -derek Sent from my HTC smartphone - Reply message - From: "Greg Rundlett (freephile)" To: "Bruce Labitt" Cc: "GNHLUG" Subject: Symbolic li

Re: Symbolic linking confusion

2013-04-15 Thread Ben Scott
On Mon, Apr 15, 2013 at 9:59 PM, Bruce Labitt wrote: > I'm running Ubuntu 12.10 and > installed the nvidia-cuda-toolkit package. Side note: Make sure you install any related -dev or -devel packages, too. > $ sudo ln -s libcuda.so.1 libcuda.so ? or the other way around ? I don't know if th

Re: Symbolic linking confusion

2013-04-15 Thread Greg Rundlett (freephile)
You have it right On Apr 15, 2013 10:02 PM, "Bruce Labitt" wrote: > Recently been playing with GPU computing. I'm running Ubuntu 12.10 and > installed the nvidia-cuda-toolkit package. It seems that the libs are in > odd places. Why does it matter? Because I'd like to build the GPU > Computin

Symbolic linking confusion

2013-04-15 Thread Bruce Labitt
Recently been playing with GPU computing. I'm running Ubuntu 12.10 and installed the nvidia-cuda-toolkit package. It seems that the libs are in odd places. Why does it matter? Because I'd like to build the GPU Computing SDK. So I follow the instructions in /usr/share/nvidia-cuda-toolkit,