-
Notifications
You must be signed in to change notification settings - Fork 18.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make all: undefined reference error #3224
Comments
Fixed it by |
Closing this resolved usage/installation issue. From https://github.com/BVLC/caffe/blob/master/CONTRIBUTING.md:
|
This is still a code issue and not a "usage/installation" one. Please reopen. |
Fixes issue BVLC#3224.
Hi, I edited the dependencies.cmake file with the edits you gave, but when I run makepkg the file gets overwritten again. How do I stop this? |
@kwotsin: run |
Fixes issue BVLC#3224.
Fixes issue BVLC#3224.
Fixes issue BVLC#3224.
@longjon Hi, I have copied two files to the /usr/local/lib, but cannot solve this issue. Is there anything I have to pay attention to? Thank you so much. |
Fixes issue BVLC#3224.
Fixes issue BVLC#3224.
Fixes issue BVLC#3224.
Fixes issue BVLC#3224.
Fixes issue BVLC#3224.
Fixes issue BVLC#3224.
Fixes issue BVLC#3224.
I followed Fazecast@942d22d |
well...it doesn't work on me, ---[ HDF5 |
Scanning dependencies of target caffe.bin
[ 89%] Building CXX object tools/CMakeFiles/caffe.bin.dir/caffe.cpp.o
Linking CXX executable caffe
../lib/libcaffe.so: undefined reference to
H5LTget_dataset_ndims' ../lib/libcaffe.so: undefined reference to
H5Fcreate'../lib/libcaffe.so: undefined reference to
H5LTread_dataset_int' ../lib/libcaffe.so: undefined reference to
H5Fclose'../lib/libcaffe.so: undefined reference to
H5Gclose' ../lib/libcaffe.so: undefined reference to
H5check_version'../lib/libcaffe.so: undefined reference to
H5LTfind_dataset' ../lib/libcaffe.so: undefined reference to
H5Lget_name_by_idx'../lib/libcaffe.so: undefined reference to
H5Lexists' ../lib/libcaffe.so: undefined reference to
H5Gcreate2'../lib/libcaffe.so: undefined reference to
H5LTmake_dataset_double' ../lib/libcaffe.so: undefined reference to
H5LTmake_dataset_int'../lib/libcaffe.so: undefined reference to
H5LTread_dataset_float' ../lib/libcaffe.so: undefined reference to
H5LTmake_dataset_float'../lib/libcaffe.so: undefined reference to
H5LTget_dataset_info' ../lib/libcaffe.so: undefined reference to
H5LTread_dataset_string'../lib/libcaffe.so: undefined reference to
H5Gget_info' ../lib/libcaffe.so: undefined reference to
H5Gopen2'../lib/libcaffe.so: undefined reference to
H5LTread_dataset_double' ../lib/libcaffe.so: undefined reference to
H5Fopen'../lib/libcaffe.so: undefined reference to `H5LTmake_dataset_string'
collect2: error: ld returned 1 exit status
tools/CMakeFiles/caffe.bin.dir/build.make:111: recipe for target 'tools/caffe' failed
make[2]: *** [tools/caffe] Error 1
CMakeFiles/Makefile2:406: recipe for target 'tools/CMakeFiles/caffe.bin.dir/all' failed
make[1]: *** [tools/CMakeFiles/caffe.bin.dir/all] Error 2
Makefile:117: recipe for target 'all' failed
make: *** [all] Error 2
The text was updated successfully, but these errors were encountered: