Skip to content
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

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

Open
363325971 opened this issue Jun 12, 2019 · 5 comments

Comments

@363325971
Copy link

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
Copy link

clhne commented Aug 23, 2019

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

@cyrusbehr
Copy link

Same problem. Any updates @clhne @363325971 @szad670401

@cyrusbehr
Copy link

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

@tomriddle54
Copy link

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

@zuowanbushiwo
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants