On Wed, 19 Oct 2011 10:36:28 +0000, Philip Martin wrote:
> Andreas Krey <a.k...@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

Reply via email to