On 21/08/20 18:11, Howard Spoelstra wrote: > > > Found ninjatool-1.8 at /home/hsp/src/qemu-master/build/ninjatool > WARNING: custom_target 'shared QAPI source files' has more than one > output! Using the first one. > WARNING: custom_target 'QGA QAPI files' has more than one output! Using > the first one. > WARNING: custom_target 'QAPI files for qemu-storage-daemon' has more > than one output! Using the first one. > WARNING: custom_target 'QAPI doc' has more than one output! Using the > first one. > Command line for building ['libcommon.fa'] is long, using a response file > [hsp@localhost build]$ make -j4 > .... > [hsp@localhost build]$ ldd qemu-system-ppc.exe > not a dynamic executable
ldd is a Linux tool, a Windows .exe is just a junk file to it. "Not a dynamic executable" does not mean "it's a static executable", it means "I cannot do anything with it". Paolo > [hsp@localhost build]$ which ldd > /usr/bin/ldd > [hsp@localhost build]$
