qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Misleading configure failure GLIB_SIZEOF_SIZE_T


From: Paolo Bonzini
Subject: Re: Misleading configure failure GLIB_SIZEOF_SIZE_T
Date: Fri, 19 Mar 2021 12:29:25 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.0

On 19/03/21 10:40, Markus Armbruster wrote:
     $ cc -std=gnu99 -Wall -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 
-D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wundef 
-Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv 
-o config-temp/qemu-conf.exe config-temp/qemu-conf.c -m64
     $ echo $?
     0

The test program doesn't actually need libc, so not having glibc-static
installed doesn't bother the linker.

I guess the bug is that the invocation does not use -static?

Paolo




reply via email to

[Prev in Thread] Current Thread [Next in Thread]