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

Re: db3 build probs.

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2001-09-04 21:39:31 CEST

Kevin Pilch-Bisson <kevin@pilch-bisson.net> writes:

> > /usr/libexec/elf/ld: cannot find -ldb-3.3
> >
> > I need a serious clue here. Shouldn't it be looking for -ldb3? or
> > -ldb?
>
> Which version of db are you using. On my linux box, with db-3.3.11
> in tree, the only library which gets created at compile time is
> libdb-3.3.la. The rest get made at install time. That's why I made
> that change, because I couldn't build with db in tree unless the
> line was specifically -L.../db/dist/.libs -ldb-3.3

I have 3.3.11 unpacked in my tree, renamed to db/. It's been working
fine until your commit. :-(

In svn/trunk/db/dist/, I have a libdb.a sitting there. I only build
statically (--disable-shared), so my dist/.libs/ is empty.

What do we need to change?

Here's my link:

cd subversion/clients/cmdline && /usr/local/bin/bash /usr/home/sussman/projects/svn/trunk/libtool --silent --mode=link gcc -D_REENTRANT -D_THREAD_SAFE -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -Wpointer-arith -Wwrite-strings -Wshadow -DSVN_DEBUG -DAP_DEBUG -I./subversion/include -I. -I./apr/include -I./neon/src -I./expat-lite -I/usr/home/sussman/projects/db/dist -rpath /usr/local/lib -o svn propget-cmd.o prompt.o trace-update.o proplist-cmd.o util.o import-cmd.o diff-cmd.o revert-cmd.o diff.o propdel-cmd.o checkout-cmd.o props.o delete-cmd.o propset-cmd.o add-cmd.o commit-cmd.o help-cmd.o cleanup-cmd.o feedback.o trace-commit.o status-cmd.o main.o update-cmd.o status.o ../../../subversion/libsvn_client/libsvn_client.la ../../../subversion/libsvn_wc/libsvn_wc.la ../../../subversion/libsvn_ra/libsvn_ra.la ../../../subversion/libsvn_delta/libsvn_delta.la ../../../subversion/libsvn_subr/libsvn_subr.la /usr/home/sussman/projects/svn/trunk/apr/li!
 bapr.la ../../../expat-lite/libexpat.la -lm -lcrypt/usr/libexec/elf/ld: cannot find -ldb-3.3
*** Error code 1

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