Comment 5 for bug 1737194

Revision history for this message
Peter Maydell (pmaydell) wrote : Re: [Qemu-devel] [Bug 1737194] Re: Windows NT 4.0 fails to boot from qcow2 installation

On 25 January 2018 at 15:58, John Arbuckle <email address hidden> wrote:
> I did try to build at commits 306ec6c3cece7004429c79c1ac93d49919f1f1cc
> and e689f7c668cbd9d08f330e17c3dd3a059c9553d3. Both failed to build on my
> Mac OS X system. Here is the error message I usually saw:
>
> LINK qemu-io
> Undefined symbols for architecture x86_64:
> "_use_rt_clock", referenced from:
> _bdrv_acct_start in block.o
> _bdrv_acct_done in block.o
> Undefined symbols for architecture x86_64:
> _qemu_clock_get_ns in qemu-timer.o
> "_use_rt_clock", referenced from:
> _bdrv_acct_start in block.o
> _bdrv_acct_done in block.o
> _qemu_clock_get_ns in qemu-timer.o

If you configure with --disable-tools does it manage to build,
or does it just go on to fail to link the main QEMU binary
with the same error? (We've had some issues in the past I think
where configure put libraries on the main binary link line but
not on the tools link lines, so maybe worth a try...)

thanks
-- PMM