You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Alan Hourihane <al...@fairlite.co.uk> on 2012/01/21 00:22:03 UTC

Re: subversion 1.6.17 bug with linking on static library system

On 27/09/11 19:59, Daniel Shahaf wrote:
> Alan Hourihane wrote on Tue, Sep 27, 2011 at 10:56:02 +0100:
>> Hi all,
>>
>> I didn't get any response to this, but did anything happen ?
>>
>> Thanks,
>>
>> Alan.
>>
>> On 09/07/11 09:02, Alan Hourihane wrote:
>>> Hi,
>>>
>>> I'm building subversion 1.6.17 on a static library only system and
>>> there's some link problems.
>>>
>>> First is neon, it's link order is this....
>>>
>>> -lz -lssl -lcrypto -lz   -lxml2 -lz -lpthread -liconv -lm -lneon
>>>
>>> whereas it should be...(note -lneon at the start)
>>>
>>> -lneon -lz -lssl -lcrypto -lz   -lxml2 -lz -lpthread -liconv -lm
>>>
> Ouch.  Can you test the 1.7 release candidates?  I remember some
> build.conf patches to reorder the libraries this summer.
>

This is still broken in the 1.7 series.

Alan.

Re: subversion 1.6.17 bug with linking on static library system

Posted by Alan Hourihane <al...@fairlite.co.uk>.
On 20/01/12 23:22, Alan Hourihane wrote:
> On 27/09/11 19:59, Daniel Shahaf wrote:
>> Alan Hourihane wrote on Tue, Sep 27, 2011 at 10:56:02 +0100:
>>> Hi all,
>>>
>>> I didn't get any response to this, but did anything happen ?
>>>
>>> Thanks,
>>>
>>> Alan.
>>>
>>> On 09/07/11 09:02, Alan Hourihane wrote:
>>>> Hi,
>>>>
>>>> I'm building subversion 1.6.17 on a static library only system and
>>>> there's some link problems.
>>>>
>>>> First is neon, it's link order is this....
>>>>
>>>> -lz -lssl -lcrypto -lz   -lxml2 -lz -lpthread -liconv -lm -lneon
>>>>
>>>> whereas it should be...(note -lneon at the start)
>>>>
>>>> -lneon -lz -lssl -lcrypto -lz   -lxml2 -lz -lpthread -liconv -lm
>>>>
>> Ouch.  Can you test the 1.7 release candidates?  I remember some
>> build.conf patches to reorder the libraries this summer.
>>
>
> This is still broken in the 1.7 series.

Actually, it's neon's fault.

Alan.