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

Re: [SVN-DEV] Re: db linkage -- better, but still not quite right.

From: C. Scott Ananian <cananian_at_lesser-magoo.lcs.mit.edu>
Date: 2001-09-05 20:48:34 CEST

On Wed, 5 Sep 2001, Kevin Pilch-Bisson wrote:

> On Wed, Sep 05, 2001 at 02:36:55PM -0400, C. Scott Ananian wrote:
> > Similar problems here. After checking out the latest SVN working copy, I
> > get:
> > Note that -ldb is not on the command-line.
>
> It shouldn't have to be, if it showed up on the link line for libsvn_fs.
>
> Will investigate further though.

I figured it out (at least partially): see the patch below.
 --s

Mk 48 Ft. Meade Flintlock Panama immediate supercomputer SEAL Team 6
assassination politics Moscow Morwenstow RNC blowfish RUCKUS D5 SLBM
              ( http://lesser-magoo.lcs.mit.edu/~cananian )

Index: ac-helpers/berkeley-db.m4
===================================================================
*** ac-helpers/SVN/text-base/berkeley-db.m4 Wed Sep 5 14:10:14 2001
--- ac-helpers/berkeley-db.m4 Wed Sep 5 14:41:18 2001
***************
*** 100,106 ****
      if test "$enable_shared" = "yes"; then
          # Once we upgrade to libtool 1.4 we should change this to
          # "$dbdir/libdb-3.3.la"
! SVN_DB_LIBS="-L $dbdir/.libs -ldb-3.3"
      else
          SVN_DB_LIBS="-L$dbdir -ldb"
      fi
--- 100,106 ----
      if test "$enable_shared" = "yes"; then
          # Once we upgrade to libtool 1.4 we should change this to
          # "$dbdir/libdb-3.3.la"
! SVN_DB_LIBS="-L$dbdir/.libs -ldb-3.3"
      else
          SVN_DB_LIBS="-L$dbdir -ldb"
      fi

---------------------------------------------------------------------
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:40 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.