[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PULL v7 000/151] Meson-based build system
From: |
Paolo Bonzini |
Subject: |
Re: [PULL v7 000/151] Meson-based build system |
Date: |
Fri, 21 Aug 2020 18:16:17 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.9.0 |
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]$
- Re: [PULL v7 000/151] Meson-based build system, (continued)
Re: [PULL v7 000/151] Meson-based build system, Howard Spoelstra, 2020/08/21