Cmake error library not found for -lglib-2.0
Hi after first command: " cmake .. -DBUILDJAVA=ON" without errors, i lanched "make" but the command generate the following error:
[ 32%] Linking CXX shared library libtinyb.dylib ld: library not found for -lglib-2.0 clang: error: linker command failed with exit code 1 (use -v to see invocation)
Can anyone help me? Thanks
Same problem for me, could be interesting to get info :-)
Check after install glib-2.0 sudo apt install glib-2.0
Actually in Ubuntu 19.04 I have installed some additional packages, i.e.
apt install libglib2.0-dev pkg-config cmake
After this step (and some adjustments for building it in openJDK 10) it works.
apt install libglib2.0-dev
fixes this issue for me.