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

Re: How to build subversion to run and various Linux systems?

From: Nick Patavalis <npat_at_efault.net>
Date: 2004-08-11 09:35:24 CEST

On 2004-08-11, Toby Johnson <toby@etjohnson.us> wrote:
>
> Zsolt, this website http://www.uncc.org/svntools/clients/linux/ has some
> Subversion 1.0.6 tarballs that are statically linked against all
> third-party dependencies (openssl, expat, BDB) but dynamically against
> the system libs.
>

I took a look at the build scripts and they are actually quite
nice. If you want to build an "all-static" version of svn, though, you
don't have to go to all this trouble. All you have to do is to add the
"-static" option to linker when producing the final executables
(svnserve, svnadmin, svnversion, etc). You don't have to build static
libraries and such.

> He includes the buildscripts he uses so maybe you could modify them
> to use everything statically.

Do you want me to try to build static svn binaries for you? I have
compiled svn from sources recently, so I have the relevant packages
handy.

/npat

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Aug 11 09:37:04 2004

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.