Given the path to a gcc/g++ binary, how can I find the path to (and, more importantly, hashes of) all libc/libstdc++/libgcc that it uses?
parsing the output of "gcc -Wl,-t test.c" is probably easiest for static libgcc path there is also "gcc -print-libgcc-file-name"
-
-
Goal is to evaluate dependencies to determine if build needs to happen. Has to be faster than a full build or no point
-
But if I can do a test build of an empty main() once then cache the results? That's tractable
End of conversation
New conversation -
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.