[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

subversion 1.6.17 bug with linking on static library system

From: Alan Hourihane <alanh_at_fairlite.co.uk>
Date: Wed, 07 Sep 2011 09:02:31 +0100

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

Secondly, when linking libapr-1 it's not checking with pkgconfig for
other dependencies, which on my system depends on libuuid.a and that's
not pulled in either.

I'll glad test any fixes.

Thanks,

Alan.
Received on 2011-09-07 10:12:15 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.