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