bcc
bcc copied to clipboard
Not sure I understand the full issue or suggestion here. As it is now, we're just using standard gcc logic when compiling.
Not sure I understand the full issue or suggestion here. As it is now, we're just using standard gcc logic when compiling.
If you run make VERBOSE=1
, can you capture the line where libbcc.so is linked, and make some modifications that cause it to work for you? If you could for instance identify a problematic gcc line, we could help in working that into the build definitions.
Originally posted by @drzaeus77 in https://github.com/iovisor/bcc/issues/525#issuecomment-216921992