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

undefined reference to lunchbox::abort() #575

Open
damora opened this issue Jul 29, 2016 · 0 comments
Open

undefined reference to lunchbox::abort() #575

damora opened this issue Jul 29, 2016 · 0 comments

Comments

@damora
Copy link

damora commented Jul 29, 2016

../../lib/libEqualizer.so.1.12.0: undefined reference to `lunchbox::abort()'

libEqualizer.so.1.12.0 does reference libLunchbox.so.7

as far as I can tell libLunchbox.so.7 contains lunchbox::abort():
nm /shared/Lunchbox/lib/libLunchbox.so.7 | grep abort
000000000001f6f0 t 00000076.plt_call.abort@@GLIBC_2.17
000000000001fb50 t 00000076.plt_call.__cxa_guard_abort@@CXXABI_1.3
000000000001f170 t 00000076.plt_call._ZN8lunchbox5abortEb
U abort@@GLIBC_2.17
U __cxa_guard_abort@@CXXABI_1.3
00000000000252b0 T _ZN8lunchbox5abortEb

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

1 participant