cmlibs / zinc

Source code repository for OpenCMISS-Zinc
Mozilla Public License 2.0
15 stars 18 forks source link

Linking CXX shared library #241

Open mnbv7758 opened 2 years ago

mnbv7758 commented 2 years ago

[ 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 commented 2 years ago

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 commented 1 year ago

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