How to resolve the issue of mixed linking between libc++ and libstdc++? The Open3D library is compiled with libc++ (LLVM's C++ standard library), while other parts of the project use libstdc++ (GCC's C++ standard library), resulting in symbol conflicts. What should be done to fix this problem?
How to resolve the issue of mixed linking between libc++ and libstdc++? The Open3D library is compiled with libc++ (LLVM's C++ standard library), while other parts of the project use libstdc++ (GCC's C++ standard library), resulting in symbol conflicts. What should be done to fix this problem?