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

Re: BUG: Error in the INSTALL doc

From: Daniele Nicolodi <daniele_at_grinta.net>
Date: 2002-08-05 22:59:30 CEST

On Mon, Aug 05, 2002 at 03:02:39PM -0500, Karl Fogel wrote:
> Jani Averbach <jaa@cc.jyu.fi> writes:
> > less -N INSTALL (r. 1721)
> >
> > 329 Unpack it, and use the standard GNU procedure to compile:
> > 330
> > 331 $ ./configure --enable-maintainer-mode --disable-shared
> > 332 $ make
> > 333
> > 334 (The first switch to ./configure turns on debugging, and the
> > 335 second switch builds a statically-linked client binary.)
> >
> > However, this produce dynamically linked binary, when there are
> > subversion's libraries statically linked inside of it.
> >
> > Strickly speaking, this kind of binary isn't statically linked client
> > binary.
>
> Hmmm, yeah.
>
> Can you write some alternate language for the INSTALL file and post
> the patch?

What about to add a configure switch to build a standalone client (and
standalone svnadmin and svnlook) ?? At this time to do this you must
edit your Makefile and add -all-static to LINK variable by hand.

You cannot use ``configure LDFLAGS=-all-static`` because in this way the
configure check for a working compiler fails (?? i think that there is
something wronk here).

I haven't any knoweledge of autoconf and automake so if you want me to
supply a path this could take a lot of time.

Ciao

-- 
Daniele
		    --- http://www.grinta.net ---
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Aug 5 23:00:49 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.