gkasten / drrickorang

Dr. Rick O'Rang
72 stars 39 forks source link

Linker failed while linking libloopback.so #19

Closed eriklee1895 closed 6 years ago

eriklee1895 commented 6 years ago

When I build this project, I meet the problem: "Linker failed while linking libloopback.so."

Build info is : org.gradle.nativeplatform.toolchain.internal.CommandLineToolInvocationFailure: Linker failed while linking libloopback.so.

How to solve this problem?

gkasten commented 6 years ago

I am unable to reproduce this problem. However, we did recently convert from experimental gradle to CMake, which might be related. Can you please fetch latest source code and let me know if that helps?

eriklee1895 commented 6 years ago

When you updated CMake, I have built successfully. Thank you!