You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by David Susco <ds...@gmail.com> on 2008/03/06 16:43:01 UTC

error when compiling with enable-all-static

I have a machine which I do not have sudo access on that I'm trying to
get the subversion client on.  Looking through subversion's configure
file help, enable-all-static seems to be what I need:

 --enable-all-static     Build completely static (standalone) binaries.

I think if I can compile subversion statically I can just move the
installation folder to the machine I need it on and use it no problem.
 Without --enable-all-static, configure, make and make install finish
successfully.  However, I get an error when I try to compile after
using the following config line:

./configure --prefix=/usr/local/subversion --enable-all-static

The error is:

gcc: /usr/lib/libapr-1.a: No such file or directory
make: *** [subversion/svn/svn] Error 1

There's no libapr-1.a file but there is a libapr-1.1a file, when I
copy the first to the later though I only get another compile error.

Any ideas?  I'm running Fedora 8, and believe I have the appropriate
dependencies installed as the configure script only throws one warning
about missing JNI headers.

Thanks,
Dave

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org