qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PULL 0/5] sdl patch queue.


From: Peter Maydell
Subject: Re: [Qemu-devel] [PULL 0/5] sdl patch queue.
Date: Tue, 10 Mar 2015 09:54:35 +0000

On 10 March 2015 at 09:19, Gerd Hoffmann <address@hidden> wrote:
>   Hi,
>
>> hw/display/milkymist-tmu2.o -MF hw/display/milkymist-tmu2.d -O2
>> -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/glib-2.0
>> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -g  -lGL     -c -o
>> hw/display/milkymist-tmu2.o
>> /home/petmay01/linaro/qemu-for-merges/hw/display/milkymist-tmu2.c
>> clang: error: -lGL: 'linker' input unused
>
> Hmm, can't see where this is coming from.  Possibly it is old, just
> triggering now because the new opengl test now succeeds on macosx.

No, this is x86/Linux clang, not OSX.

> Can you attach the config-mak.h for this please?

Attached.

This bit in configure looks bogus:

    opengl_cflags="$($pkg_config --libs $opengl_pkgs) $x11_cflags"
    opengl_libs="$($pkg_config --libs $opengl_pkgs) $x11_libs"

...surely we should be adding the opengl cflags to opengl_cflags,
not putting the --libs switches in there as well as in opengl_libs?

This seems to be a new thing in commit b5e830d8aa6 in your pull.

-- PMM

Attachment: config-host.mak
Description: Text Data


reply via email to

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