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.