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

Re: 1.7.0 does not build on Solaris9

From: Andreas Krey <a.krey_at_gmx.de>
Date: Wed, 19 Oct 2011 12:08:18 +0200

On Wed, 19 Oct 2011 10:36:28 +0000, Philip Martin wrote:
> Andreas Krey <a.krey_at_gmx.de> writes:
...
> I think that is a zlib symbol. Subversion links some libraries against
> zlib but doesn't link executables to zlib directly, relying on the
> library to pull them in. If you build using
>
> make EXTRA_LDFLAGS=-lz

ldd already tells me the line 'libz.so => /usr/lib/libz.so'
which is a bit irritating because why did get-deps pull zlib in the
first place when it uses the system one?

/usr/lib/libz.so does not seem to have any symbol containing 'Bound',
thus probably being before 1.2.0.

> make EXTRA_LDFLAGS='-lz -L/some/dir'

That will be useful for -lintl.

Andreas

-- 
"Totally trivial. Famous last words."
From: Linus Torvalds <torvalds@*.org>
Date: Fri, 22 Jan 2010 07:29:21 -0800
Received on 2011-10-19 12:08:57 CEST

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.