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
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
I'll glad test any fixes.
Thanks,
Alan.
|
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.