luanfujun/deep-photo-styletransfer

make: *** [libcuda_utils.so] Error 1

jayfallon opened this issue · 2 comments

Working in MacOS, I've been able to install:

  • Torch
  • Matlab and Octave
  • CUDA
  • cudnn

Download VGG-19, but then on make clean && make I get the following error which has been driving me insane:

ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) make: *** [libcuda_utils.so] Error 1

Anyone have this problem or know of a fix?

did you add -lluajit to your makefile as in issue #5

Thank you, just saw that commented out in the makefile.