Thanx Mark it was this. Now I am chasing another one, my intent is to build objdump (-g) and I bump into this
CU82$ ldd src/objdump linux-vdso.so.1 => (0x00007ffe859fe000) libasm.so.1 => not found <============= libelf.so.1 => /usr/lib/x86_64-linux-gnu/libelf.so.1 (0x00007ff3a4447000 ) libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007ff3a4243000) libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007ff3a3e7e000) /lib64/ld-linux-x86-64.so.2 (0x00007ff3a465d000) CU82$ ll libasm/libasm.so* -rwxrwxr-x 1 phi phi 171197 Feb 26 20:40 libasm/libasm.so lrwxrwxrwx 1 phi phi 9 Feb 26 20:40 libasm/libasm.so.1 -> libasm.so Sounds like this is built yet it doen't find/use it. Cheers, Phi