[Haskell-cafe] install cuda
Henk-Jan van Tuyl
hjgtuyl at chello.nl
Sun Mar 31 17:59:11 CEST 2013
On Sun, 31 Mar 2013 17:03:22 +0200, Peter Caspers <pcaspers1973 at gmail.com>
wrote:
> In fact the library path
> -L/c/CUDA/NVIDIA_GPU_Computing_Toolkit/CUDA/v4.1/lib is not correct
> (there are two subfolders x64 and Win32 containing the lib files) and I
> do not see where this path is actually taken from. I defined an
> enviroment variable LD_LIBRARY_PATH with the correct paths (separated by
> a colon), but it seems to be ignored.
>
> Also copying the lib files to the path I see in the log does not help.
>
The environment variable should probably be LIBRARY_PATH; I use a
semicolon as separator.
See also LD_LIBRARY_PATH vs LIBRARY_PATH[0].
Regards,
Henk-Jan van Tuyl
[0]
http://stackoverflow.com/questions/4250624/ld-library-path-vs-library-path
--
http://Van.Tuyl.eu/
http://members.chello.nl/hjgtuyl/tourdemonad.html
Haskell programming
--
More information about the Haskell-Cafe
mailing list