Re: [BUG] Configure script fails to detect serf library due to ignored dependencies

2013-08-27 Thread Daniel Richard G.
On Wed, 2013 Aug 28 6:39+0300, Daniel Shahaf wrote: > > So that would appear to be a bug in serf's pkg-config file, no? No, Serf's doing the right thing: $ grep ^Libs.private: /tmp/serf-build/_install/lib/pkgconfig/serf-1.pc Libs.private: -lm /tmp/apr-util-build/_install/lib/libaprutil-1.la

Re: [BUG] Configure script fails to detect serf library due to ignored dependencies

2013-08-27 Thread Daniel Shahaf
Daniel Richard G. wrote on Sun, Aug 25, 2013 at 18:12:05 -0400: > The problem, however, is that... > > $ grep ^dep /tmp/apr-build/_install/lib/libapr-1.la > dependency_libs=' -lresolv -luuid -lsendfile -lrt -lsocket -lnsl > -lpthread' > > $ grep ^Libs: /tmp/apr-build/_install/lib/pkg

[BUG] Configure script fails to detect serf library due to ignored dependencies

2013-08-25 Thread Daniel Richard G.
I am building Subversion 1.8.1 on Solaris. The dependent libraries (APR, APR-util, Serf) are built, specified, and ready to go, and yet this happens: configure: serf library configuration via prefix checking serf.h usability... yes checking serf.h presence... yes checking for serf.h... yes checkin