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 symbol: typeinfo for snappy::Source #184

Open
yurivict opened this issue Jun 9, 2024 · 0 comments
Open

undefined symbol: typeinfo for snappy::Source #184

yurivict opened this issue Jun 9, 2024 · 0 comments

Comments

@yurivict
Copy link

yurivict commented Jun 9, 2024

At least 2 depending projects fail with snappy-1.2.1:

The snzip-1.0.5 project fails:

c++  -O2 -pipe -fstack-protector-strong -fno-strict-aliasing   -Wall -I/usr/local/include   -fstack-protector-strong  -L/usr/local/lib -o snzip snzip.o snzip-format.o  framing-format.o framing2-format.o  hadoop-snappy-format.o iwa-format.o  snappy-java-format.o snappy-in-java-format.o  comment-43-format.o crc32.o raw_format.o  crc32_sse4_2.o  -lsnappy
ld: error: undefined symbol: typeinfo for snappy::Source
>>> referenced by raw_format.cpp
>>>               raw_format.o:(typeinfo for snzip::FileSource)
>>> did you mean: vtable for snappy::Source
>>> defined in: /usr/local/lib/libsnappy.so

And the proxygen-2024.05.20.00 project fails:

ld: error: /usr/local/lib/libfolly.so.0.58.0-dev: undefined reference to typeinfo for snappy::Source [--no-allow-shlib-undefined]
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