You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
checking dependency style of gcc... gcc3
./configure: line 3410: syntax error near unexpected token `libelf,'./configure: line 3410: `PKG_CHECK_MODULES(libelf, libelf)'Configure failed
~/iotg_tsn_ref_sw$ sudo apt list --installed | grep libelf
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
libelf++0/stable,now 0.3-1 amd64 [installiert]
libelf-dev/stable,now 0.176-1.1 amd64 [installiert]
libelf1/stable,now 0.176-1.1 amd64 [installiert]
libelfin-dev/stable,now 0.3-1 amd64 [installiert]
The text was updated successfully, but these errors were encountered:
Just came across the same issue recently. For some reason installing pkg-config sudo apt install pkg-config solved above error. Finally checking that libelf find / -name libelf*.pc is within paths as reported by pkg-config --variable pc_path pkg-config. In my case it was under /usr/lib/x86_64-linux-gnu/pkgconfig/
Build fails on Debian 10 with
System:
libelf is installed:
The text was updated successfully, but these errors were encountered: