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

Re: Info about building

From: John Peacock <john.peacock_at_havurah-software.org>
Date: Thu, 20 Mar 2008 13:07:02 -0400

Troy Bull wrote:
> ./configure --enable-all-static --without-jdk --without-swig --without-neon
> make
>
>
> My question is, what do --without-jdk --without-swig --without-neon
> do? Will I be missing some important features?

Possibly; why are you using such a restrictive feature set? As for the
individual options:

These
        --without-jdk
        --without-swig

are both hints to configure not to bother looking for either of those
external application/libraries. If you aren't ever going to use any of
the bindings (either javahl or python/perl bindings via swig), then
these are safe to use.

On the other hand

        --without-neon

is a little strange. The Neon library is a required part of the client
support. The new Serf WebDAV library (an alternative to Neon) won't
automatically be switched on by turning off Neon, so you won't be able
to use anything but file:// URL's.

HTH

John

---------------------------------------------------------------------
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-20 18:07:25 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.