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

Doesn't build with clang #27

Open
j2kun opened this issue Nov 20, 2023 · 0 comments
Open

Doesn't build with clang #27

j2kun opened this issue Nov 20, 2023 · 0 comments

Comments

@j2kun
Copy link

j2kun commented Nov 20, 2023

Just FYI, this project doesn't seem to build with clang, failing at the linker step, because clang does not automatically link -lstdc++ like g++. In case anyone else has this problem, try

CC=/usr/bin/gcc CXX=/usr/bin/g++ ./configure
make
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