szad670401 / tvm_mobilefacenet

34 stars 8 forks source link

tvm_runtime_pack.cc.o: undefined reference to symbol 'dlclose@@GLIBC_2.2.5' #2

Open 363325971 opened 5 years ago

363325971 commented 5 years ago

got such errors after make:

/usr/bin/ld: CMakeFiles/tvm_mobilefacenet.dir/tvm_runtime_pack.cc.o: undefined reference to symbol 'dlclose@@GLIBC_2.2.5' /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/libdl.so: error adding symbols: DSO missing from command line collect2: error: ld returned 1 exit status CMakeFiles/tvm_mobilefacenet.dir/build.make:125: recipe for target '../tvm_mobilefacenet' failed make[2]: [../tvm_mobilefacenet] Error 1 CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/tvm_mobilefacenet.dir/all' failed make[1]: [CMakeFiles/tvm_mobilefacenet.dir/all] Error 2 Makefile:83: recipe for target 'all' failed make: *** [all] Error 2

clhne commented 5 years ago

Same to you, have you solved it, and how? Thanks.

cyrusbehr commented 5 years ago

Same problem. Any updates @clhne @363325971 @szad670401

cyrusbehr commented 5 years ago

Looks like I just had the link order of libdl wrong.

tomriddle54 commented 4 years ago

same issue. Any updates @363325971 @clhne @cyrusbehr @szad670401

zuowanbushiwo commented 1 year ago

same issue. Any updates @363325971 @clhne @cyrusbehr @szad670401 @tomriddle54