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

Re: db linkage -- better, but still not quite right.

From: Kevin Pilch-Bisson <kevin_at_pilch-bisson.net>
Date: 2001-09-05 22:01:50 CEST

On Wed, Sep 05, 2001 at 01:46:24PM -0500, Ben Collins-Sussman wrote:
>
> cd subversion/libsvn_fs && /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 libsvn_fs.la dbt.lo reps-table.lo skel.lo id.lo rev-table.lo node-rev.lo txn.lo fs.lo reps-strings.lo tree.lo key-gen.lo txn-table.lo nodes-table.lo dag.lo validate.lo err.lo strings-table.lo proplist.lo trail.lo -L/usr/home/sussman/projects/db/dist -ldb -lm -lcrypt
>
> As you say, the -L and -l look correct.
>
Okay, good.
>
> My link line for 'svn' looks like:
>
> /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/libapr.la ../../../expat-lite/libexpat.la -lm -lcrypt
>

Right, it doesn't include anything about libsvn_repos,
libsvn_fs, libsvn_ra_local, libsvn_ra_dav, or db, since those should all be
linked into libsvn_ra_dav (for the static build case). Not sure how 3.2.9 is
coming into play at all here.

-- 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Kevin Pilch-Bisson                    http://www.pilch-bisson.net
     "Historically speaking, the presences of wheels in Unix
     has never precluded their reinvention." - Larry Wall
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

  • application/pgp-signature attachment: stored
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.