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

Re: configure error, solaris8, cc

From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2002-11-12 17:25:23 CET

solo turn <soloturn99@yahoo.com> writes:
> when running:
> ./configure --prefix=/usr/local --with-berkeley-db=/usr/local
> --with-apxs=/usr/local/bin/apxs --with-apr=/usr/local
> --with-apr-util=/usr/local --with-neon=/usr/local/neon-0.23.5/
> --disable-static
>
> there is a wrong result in the Makefile:
> SVN_APRUTIL_LIBS = /usr/local/lib/libaprutil-0.la -ldb
> /usr/src/httpd-2.0.43/srclib/apr-util-lexpat
>
> which should be:
> SVN_APRUTIL_LIBS = /usr/local/lib/libaprutil-0.la -ldb -lexpat

Whups. It really does this

   /usr/src/httpd-2.0.43/srclib/apr-util-lexpat
                                ^^^^^^^^^^^^^^^

? Yuck :-).

Can you file an issue for this? (And do you have any idea what's
causing it? It might be easy to track down...)

-K

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Nov 12 17:59:18 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.