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

Linking CXX shared library #241

Open
mnbv7758 opened this issue Sep 12, 2022 · 2 comments
Open

Linking CXX shared library #241

mnbv7758 opened this issue Sep 12, 2022 · 2 comments

Comments

@mnbv7758
Copy link

[ 74%] Linking CXX shared library libzinc.so
/usr/bin/ld: cannot find -lglew
collect2: error: ld returned 1 exit status
src/CMakeFiles/zinc.dir/build.make:3200: recipe for target 'src/libzinc.so.3.9.0' failed
make[2]: *** [src/libzinc.so.3.9.0] Error 1
CMakeFiles/Makefile2:142: recipe for target 'src/CMakeFiles/zinc.dir/all' failed
make[1]: *** [src/CMakeFiles/zinc.dir/all] Error 2
Makefile:165: recipe for target 'all' failed
make: *** [all] Error 2

@hsorby
Copy link
Contributor

hsorby commented Sep 12, 2022

Can we get a little bit of information on you system that you are working on. We do have some build changes that haven't yet reached a stable state, but you might need them.

@mnbv7758
Copy link
Author

The problem is solved. Create a link. ln -s /usr/lib64/libGLEW.so.2.1.0 /usr/lib64/libglew.so

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

2 participants