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

Re: Building 1.5.2 vs 1.4.6

From: Martin Furter <mf_at_rola.ch>
Date: Mon, 22 Sep 2008 20:33:18 +0200 (CEST)

Hi Phil

Please send usage questions to the users list.

On Mon, 22 Sep 2008, Phil Pinkerton wrote:

> I am trying to understand the difference in that when building 1.4.6 -
> I use " --with-zlib " as one of the options.
>
> But when I use the same option with 1.5.2 configure complains
> "configure: error: --with-zlib requires an argument"
>
> What argument is it looking for ?

"./configure --help" outputs "--with-zlib=PREFIX".
I assume it expects a path to the lib, probably just "/usr".

> Note : this is on a Solaris 10 sparc Sun-Fire-V210 and Subversion
> 1.4.6 builds and runs just fine

I never specified --with-zlib on Solaris 9 but it still picked up
/usr/lib/libz.so.1 . Running configure of svn-1.5.0 outputs the following
lines (without the --with-zlib option):

checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for inflate in -lz... yes

HTH
Martin

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-09-22 20:33:47 CEST

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.