-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Make error: failed to link with libgflags.a #38
Comments
Similar to #45.
cd gflags/build
cmake .. -DBUILD_SHARED_LIBS=ON
make -j2
sudo make -j2 install After that |
/usr/bin/ld: warning: libgflags.so.2, needed by /usr/local/lib/libglog.so, not found (try using -rpath or -rpath-link) |
how to solve this |
note that it searches for the library at
The text was updated successfully, but these errors were encountered: