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

Re: Build System fixes

From: Greg Stein <gstein_at_lyra.org>
Date: 2001-08-31 23:23:30 CEST

On Fri, Aug 31, 2001 at 11:21:26AM -0400, Kevin Pilch-Bisson wrote:
>...
> 1) I used my previously explained approach, which gstein expressed discomfort
> about. Is that a veto-ing discomfort or should I check it in?

I never saw a patch, so it is hard to know...

> 2) With Berkeley DB 3.3.11, the build db in tree doesn't work without changing
> the libs line in ac-helpers/berkeley-db.m4 to:
> LIBS="$LIBS -L$dbdir/.libs -ldb-3.3"
> from
> LIBS="$LIBS -L$dbdir -ldb"
>
> This is because libdb.so is not created until install time. Is this change
> okay with everyone?

Nope :-) ... link against the .la file, rather than using -ldb. Peeking into
the .libs directory is troublesome.

Hmm. But then again, libtool 1.3 is kinda busted in that respect. I'd say to
go ahead with the above, but leave a comment in there about fixing it when
we move to libtool 1.4.

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:37 2006

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.