Closed GoogleCodeExporter closed 8 years ago
Thanks for the patch, but this does not really fix the problem, does it? The
dynamic linker needs to find libcuda.dylib at runtime. The preferred way to do
that is to either add e.g. /usr/local/cuda/lib to your ldpath or symlink the
library from there to /usr/lib
Original comment by lukas.l...@gmail.com
on 28 Jan 2011 at 7:42
any update here?
Original comment by lukas.l...@gmail.com
on 15 Feb 2011 at 4:14
[deleted comment]
[deleted comment]
I added the following to ~/.bash_profile:
export PATH=/usr/local/cuda/bin:$HOME/bin:$PATH
export DYLD_LIBRARY_PATH=/usr/local/cuda/lib:$DYLD_LIBRARY_PATH
export LD_LIBRARY_PATH=/usr/local/cuda/lib:$LD_LIBRARY_PATH
Original comment by KD5...@gmail.com
on 26 Feb 2011 at 2:12
Rev 296 builds fine.
Original comment by KD5...@gmail.com
on 26 Feb 2011 at 2:20
closed
Original comment by lukas.l...@gmail.com
on 28 Feb 2011 at 11:27
Original issue reported on code.google.com by
KD5...@gmail.com
on 28 Jan 2011 at 12:31Attachments: