On Fri, Mar 10, 2006 at 06:40:53AM -0000, William Rowe wrote: > Author: wrowe > Date: Thu Mar 9 22:40:52 2006 > New Revision: 384715 > > URL: http://svn.apache.org/viewcvs?rev=384715&view=rev > Log: > > Throw away a horrible change; each time we layer on more garbage to libtool > et al we've caused apr to fail in more peculiar ways on more platforms. > > In this case, let libtool do exactly what we want, which is to resolve the > build-path flavor of libapr-1.la and test exactly what we've most recently > changed (and, for that matter, to have make check function whatsoever before > the library has been installed.) Without -no-install I was seeing spurious test failures on some platforms, because all the test programs (which get exec'ed by APR; oc_child) end up as libtool wrapper shell scripts. What failure are you seeing? joe