Thanks. Now I get:
./autogen.sh
[ looks OK ]
./configure --enable-maintainer-mode --disable-shared
...
configure: creating ./config.status
config.status: creating Makefile
sed: file /tmp/cs9151-2857/subs-1.sed line 38: Unterminated `s' command
config.status run with -x shows:
+ eval 'sed -f /tmp/cs9373-5121/subs-1.sed | sed -f
/tmp/cs9373-5121/subs-2.sed
| sed -f /tmp/cs9373-5121/subs-3.sed'
' Makefile.in
++ sed -f /tmp/cs9373-5121/subs-1.sed
sed: file /tmp/cs9373-5121/subs-1.sed line 38: Unterminated `s' command
++ sed -f /tmp/cs9373-5121/subs-2.sed
++ sed -f /tmp/cs9373-5121/subs-3.sed
+ rm -f /tmp/cs9373-5121/stdin
A minor problem in configure??
Looks like all the sed commands in config.status wind up missing
"@" terminators:
s,@SHELL@,/bin/sh,;t t
s,@exec_prefix@,${prefix},;t t
s,@prefix@,/usr/local,;t t
s,@program_transform_name@,s,x,x,,;t t
s,@bindir@,${exec_prefix}/bin,;t t
s,@sbindir@,${exec_prefix}/sbin,;t t
...
On Tue, Feb 05, 2002 at 03:51:58PM -0500, Garrett Rooney wrote:
> On Tue, Feb 05, 2002 at 12:48:31PM -0800, Dan Wilder wrote:
>
> > switch-cmd.o: In function `svn_cl__switch':
> >
> > /usr/local/src/svn/subversion/clients/cmdline/switch-cmd.c:101:
> > undefined reference to `svn_client_switch'
> >
> > ../../../subversion/libsvn_client/.libs/libsvn_client.a(checkout.o):
> > In function `svn_client_checkout':
>
> <snip many errors>
>
> rerun autogen.sh. these symbols are in new files that have been added,
> so you have to regenerate configure so it will include them in the
> makefile.
>
> -garrett
>
> --
> garrett rooney Unix was not designed to stop you from
> rooneg@electricjellyfish.net doing stupid things, because that would
> http://electricjellyfish.net/ stop you from doing clever things.
>
--
-----------------------------------------------------------------
Dan Wilder <dan@ssc.com> Technical Manager & Editor
SSC, Inc. P.O. Box 55549 Phone: 206-782-8808
Seattle, WA 98155-0549 URL http://embedded.linuxjournal.com/
-----------------------------------------------------------------
---------------------------------------------------------------------
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:37:04 2006