On Tue, 25 Aug 2020 at 21:37, Laurent Vivier <laur...@vivier.eu> wrote:
>
> Hi,
>
> since we have switched to meson, the statically linked binaries of qemu
> linux-user are broken:
>
> cd $OBJ
> $SRC/configure --static --target-list=m68k-linux-user
> make
> ./qemu-m68k
> Segmentation fault (core dumped)

It can't be all static binaries, because part of my merge
tests is a config with
'../../configure' '--cc=ccache gcc' '--enable-debug' '--static'
'--disable-system' '--disable-gnutls'

and that works:
$ ./build/all-linux-static/qemu-m68k
qemu: no user program specified

So it must be something more specific, though I don't know what.

thanks
-- PMM

Reply via email to