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

Re: Compilation failure

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2002-06-23 18:37:04 CEST

Sebastian Bergmann <lists@sebastian-bergmann.de> writes:

> Philip Martin wrote:
> > Where does libexpat.la occur in your Subversion Makefile?
>
> sb@wopr-mobile:/usr/src/subversion> cat Makefile | grep libexpat
> SVN_APRUTIL_LIBS = /usr/local/apache2/lib/libaprutil.la -ldb2
> /usr/src/httpd-2.0/srclib/apr-util/xml/expat/lib/libexpat.la
>
> > I suspect it may be connected to your APRUTIL library. What does
> > /usr/local/apache2/bin/apu-config show with --libs/--ldflags?
>
> sb@wopr-mobile:/usr/src/subversion> /usr/local/apache2/bin/apu-config
> --libs
> -ldb2 /usr/src/httpd-2.0/srclib/apr-util/xml/expat/lib/libexpat.la

That's the culprit. Look at buid/apr-util.m4, it does
  SVN_APRUTIL_LIBS="`$apu_config --link-libtool --libs`"
and apu-config --libs is pointing at the library in the build tree,
not the installed library.

Anyone know how apu-config is supposed to work?

-- 
Philip
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Jun 23 18:39:17 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.