[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] Problems compiling HEAD on Mac OS X 10.9.2
From: |
Peter Maydell |
Subject: |
Re: [Qemu-devel] Problems compiling HEAD on Mac OS X 10.9.2 |
Date: |
Thu, 5 Jun 2014 17:11:54 +0100 |
On 5 June 2014 14:38, Rainer Müller <address@hidden> wrote:
> On 2014-03-14 13:29, Paolo Bonzini wrote:
>> Il 13/03/2014 19:48, Peter Maydell ha scritto:
>>> Yep, here we are:
>>> LIBSSH2_LIBS=-L/opt/local/lib -lssh2 -Wl,-headerpad_max_install_names
>>> -arch x86_64
>>> CURL_LIBS=-L/opt/local/lib -lcurl
>>>
>>> rules.mak is incorrectly reordering the contents of
>>> these and generating a non-working mess.
>>
>> Fam,
>>
>> is the $(sort) actually necessary in extract-libs? It is required in
>> expand-objs, but duplicate -l options should be harmless.
>
> The current master still contains this bug and sorts "-arch x86_64"
> separately. I doubt the $(sort) does anything useful.
Ugh. This was supposed to be fixed by commit 6295b98d7b767c.
Fam, can you re-check your fix, please?
thanks
-- PMM