clodl icon indicating copy to clipboard operation
clodl copied to clipboard

Closure of a cc_library fails to build

Open facundominguez opened this issue 5 years ago • 0 comments

cc_library doesn't link the dependencies into the library, which makes relying on ldd insuficient to find the dependencies. We will have to see how to find them. Failing that we could ask the user to link them into a cc_binary before using library_closure.

Some related discussion here: https://github.com/bazelbuild/bazel/issues/492

facundominguez avatar Jul 17 '18 16:07 facundominguez