iovisor / bcc

BCC - Tools for BPF-based Linux IO analysis, networking, monitoring, and more
Apache License 2.0
20.36k stars 3.86k forks source link

Not sure I understand the full issue or suggestion here. As it is now, we're just using standard gcc logic when compiling. #5009

Open Candymanspoken opened 4 months ago

Candymanspoken commented 4 months ago
          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

Candymanspoken commented 4 months ago

ldconfig -p | grep libc.so

libc.so.6 (libc6,64bit, hwcap: 0x0000200000000000, OS ABI: Linux 2.6.32) => /lib64/power8/libc.so.6
libc.so.6 (libc6,64bit, OS ABI: Linux 2.6.32) => /lib64/libc.so.6