Re: svn commit: r36222 - trunk
From: Philip Martin <philip_at_codematters.co.uk>
Date: Mon, 02 Mar 2009 18:26:11 +0000
Justin Erenkrantz <jerenkrantz_at_apache.org> writes:
> Author: jerenkrantz
This does restore most of the behaviour, thanks! There are a few problems.
> --- trunk/configure.ac Sun Mar 1 09:53:10 2009 (r36221)
> dnl Check for libtool -- we'll definitely need it for all our shared libs!
In the past this was:
SVN_LIBTOOL="\$(SHELL) $sh_libtool"
and it seems that on my box I need to use
--with-custom-libtool='/bin/bash /usr/bin/libtool'
because /usr/bin/libtool starts #!/bin/sh which on my box is dash and
Another problem is I now get lots of warning like:
libtool: link: warning: `/usr/lib//libsqlite3.la' seems to be moved
Note the double slash. This problem propogates into the final
libtool: link: warning: `/usr/lib/gcc/x86_64-linux-gnu/4.3.2/../../../../lib//libsqlite3.la' seems to be moved
The old system didn't produce these warnings.
Finally if I configure with --disable-static and I don't use
cd subversion/svn && /usr/share/apr-1.0/build/libtool --tag=CC --silent --mode=link gcc -shared -g -DAPR_POOL_DEBUG -std=c89 -Wpointer-arith -Wdeclaration-after-statement -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wwrite-strings -Wbad-function-cast -pthread -DSVN_DEBUG -DAP_DEBUG -rpath /usr/local/subversion/lib -o svn add-cmd.o blame-cmd.o cat-cmd.o changelist-cmd.o checkout-cmd.o cleanup-cmd.o commit-cmd.o conflict-callbacks.o copy-cmd.o delete-cmd.o diff-cmd.o export-cmd.o help-cmd.o import-cmd.o info-cmd.o list-cmd.o lock-cmd.o log-cmd.o main.o merge-cmd.o mergeinfo-cmd.o mkdir-cmd.o move-cmd.o notify.o propdel-cmd.o propedit-cmd.o propget-cmd.o proplist-cmd.o props.o propset-cmd.o resolve-cmd.o resolved-cmd.o revert-cmd.o status-cmd.o status.o switch-cmd.o tree-conflicts.o unlock-cmd.o update-cmd.o util.o ../../subversion/libsvn_client/libsvn_client-1.la ../../subversion/libsvn_wc/libsvn_wc-1.la ../../subversion/libsvn_ra/libsvn_ra-1.la ../../subversion/libsvn_delta/libsvn Is that supposed to work? If not can we make --enable-{shared,static}
------------------------------------------------------
|
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.