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

Re: lt-svnversion consistenly linked against wrong libs

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2003-08-11 23:49:17 CEST

Erik Hülsmann <e.huelsmann@gmx.net> writes:

> # grep NEON_LIBS Makefile
> NEON_LIBS = $(abs_builddir)/neon/src/libneon.la -L/usr/local/lib -lssl -lcrypto -lz -L/usr/local/lib -lxml2 -lz -lm
>
> So what now?!

So the problem is that

  neon-config --libs

includes -L/usr/local/lib which causes problems for subsequent
Subversion libraries.

It's odd that svn doesn't have the same problem, I suspect some
reordering within the the gen-make system. If you edit build.conf and
compare the [svn] and [svnversion] sections they have different libs
lines. You could try replacing the svnversion line with that from
svn, then run ./gen-make.py in the source directory, run config.nice
in the build directory, make clean and and finally make.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Aug 12 00:08:50 2003

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.