VisionLearningGroup / R-C3D

code for R-C3D
MIT License
254 stars 94 forks source link

Compile error #14

Open jiujing23333 opened 6 years ago

jiujing23333 commented 6 years ago

/usr/bin/ld: cannot find -ltatlas /usr/bin/ld: cannot find -lsatlas

sijun-zhou commented 6 years ago

i am facing the same problem "/usr/bin/ld: cannot find -ltatlas /usr/bin/ld: cannot find -lsatlas". Have you solve this problem @jiujing23333 Any one could help? Thanks in advance!

XiongChengxin commented 5 years ago

I faced the same error. And I solved it by checking my Makefile.config in folder caffe3d. I comment the "BLAS := open, BLAS_INCLUDE, BLAS_LIB" by mistake, and when I uncomment these lines, the error disappears.