79611656

Date: 2025-05-08 02:57:27
Score: 3
Natty:
Report link

TLDR: Check the link.txt under CMakeFiles/ dir, see if there is a unexpected library linked. The library linked should be user-known.

In my case, CMake automatically found the glog/gflags under /opt/anaconda3 and linked to the .so under it, and then this error occurs. I recommend to revise the CMakeList.txt, regenerate CMakeCache.txt and try make again.

So please check your link.txt under CMakeFiles/ dir for more details. In my case, checking the link.txt did help!
enter image description here

Once correct 3rd libraries linked, everything went well.

Reasons:
  • Blacklisted phrase (1): enter image description here
  • RegEx Blacklisted phrase (1): Check the link
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Simplex