You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.
Please use the caffe-users list for usage, installation, or modeling questions, or other requests for help. Do not post such requests to Issues. Doing so interferes with the development of Caffe.
I suffer from this error. I can't fix that warning and that error.
my intel complier version is parallel_studio_xe_2015
ubuntu version in 14.04
make[1]: Leaving directory /home/lab218-3/caffe/src/SpMP' AR -o .build_release/lib/libcaffe.a LD -o .build_release/lib/libcaffe.so.1.0.0-rc3 CXX/LD -o .build_release/tools/upgrade_net_proto_text.bin ld: warning: libimf.so, needed by .build_release/lib/libcaffe.so, not found (try using -rpath or -rpath-link) ld: warning: libsvml.so, needed by .build_release/lib/libcaffe.so, not found (tr y using -rpath or -rpath-link) ld: warning: libirng.so, needed by .build_release/lib/libcaffe.so, not found (tr y using -rpath or -rpath-link) ld: warning: libintlc.so.5, needed by .build_release/lib/libcaffe.so, not found (try using -rpath or -rpath-link) ld: .build_release/tools/upgrade_net_proto_text.bin: hidden symbol _intel_cpu features_init_x' in /opt/intel/composer_xe_2015.3.187/compiler/lib/intel64/libir c.a(cpu_feature_disp.o) is referenced by DSO
ld: final link failed: Bad value
make: *** [.build_release/tools/upgrade_net_proto_text.bin] Error 1
Steps to reproduce
If you are having difficulty building Caffe or training a model, please ask the caffe-users mailing list. If you are reporting a build error that seems to be due to a bug in Caffe, please attach your build configuration (either Makefile.config or CMakeCache.txt) and the output of the make (or cmake) command.
Your system configuration
Operating system:
Compiler:
CUDA version (if applicable):
CUDNN version (if applicable):
BLAS:
Python or MATLAB version (for pycaffe and matcaffe respectively):
The text was updated successfully, but these errors were encountered:
Please use the caffe-users list for usage, installation, or modeling questions, or other requests for help.
Do not post such requests to Issues. Doing so interferes with the development of Caffe.
Please read the guidelines for contributing before submitting this issue.
Issue summary
I suffer from this error. I can't fix that warning and that error.
my intel complier version is parallel_studio_xe_2015
ubuntu version in 14.04
make[1]: Leaving directory
/home/lab218-3/caffe/src/SpMP' AR -o .build_release/lib/libcaffe.a LD -o .build_release/lib/libcaffe.so.1.0.0-rc3 CXX/LD -o .build_release/tools/upgrade_net_proto_text.bin ld: warning: libimf.so, needed by .build_release/lib/libcaffe.so, not found (try using -rpath or -rpath-link) ld: warning: libsvml.so, needed by .build_release/lib/libcaffe.so, not found (tr y using -rpath or -rpath-link) ld: warning: libirng.so, needed by .build_release/lib/libcaffe.so, not found (tr y using -rpath or -rpath-link) ld: warning: libintlc.so.5, needed by .build_release/lib/libcaffe.so, not found (try using -rpath or -rpath-link) ld: .build_release/tools/upgrade_net_proto_text.bin: hidden symbol
_intel_cpu features_init_x' in /opt/intel/composer_xe_2015.3.187/compiler/lib/intel64/libir c.a(cpu_feature_disp.o) is referenced by DSOld: final link failed: Bad value
make: *** [.build_release/tools/upgrade_net_proto_text.bin] Error 1
Steps to reproduce
If you are having difficulty building Caffe or training a model, please ask the caffe-users mailing list. If you are reporting a build error that seems to be due to a bug in Caffe, please attach your build configuration (either Makefile.config or CMakeCache.txt) and the output of the make (or cmake) command.
Your system configuration
Operating system:
Compiler:
CUDA version (if applicable):
CUDNN version (if applicable):
BLAS:
Python or MATLAB version (for pycaffe and matcaffe respectively):
The text was updated successfully, but these errors were encountered: