Answer the question
In order to leave comments, you need to log in
How to use non-system libstdc++ when building with cmake?
Good afternoon.
The problem is, the libstdc++ system library does not support a number of GLIBCXX and CXXABI needed to build the program, since the system library update is not available, I installed with conda a more recent library (in the type directory ~/miniconda3/lib
), in which everything needs to be present (checked with
strings ~/miniconda3/lib/libstdc++.so.6 | grep LIBCXX
). How now to force cmake to use this particular library, and not the system one? ~/miniconda3/lib
to the LD_LIBRARY_PATH and RPATH variables, but it doesn't help. Answer the question
In order to leave comments, you need to log in
For a long time already they came up with a solution to problems with dependencies and the simplest of them is "Docker" and a bunch of other solutions.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question