[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

error when compiling with enable-all-static

From: David Susco <dsusco_at_gmail.com>
Date: Thu, 6 Mar 2008 11:43:01 -0500

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_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-03-06 18:23:57 CET

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.