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

Re: Undefined symbols

From: Dan Wilder <dan_at_ssc.com>
Date: 2002-02-05 22:55:48 CET

On Tue, Feb 05, 2002 at 03:32:45PM -0600, Ben Collins-Sussman wrote:
> Dan Wilder <dan@ssc.com> writes:
>
> > configure: creating ./config.status
> > config.status: creating Makefile
> > sed: file /tmp/cs9151-2857/subs-1.sed line 38: Unterminated `s' command
>
> rm /usr/local/bin/apr-config
>

Bingo.

FWIW, my one-stop update script:

------------------------------------------------
#!/bin/sh

BUILD=/usr/local/src/svn

cd $BUILD

cd apr
cvs update
make clean

cd ../apr-util
cvs update
make clean

cd ../neon
make clean
cd ..

make distclean
./ssc/svn-works update
./autogen.sh
./configure --enable-maintainer-mode --disable-shared

make
------------------------------------------------

Annnd ... itsa good build. Thanks!

-- 
-----------------------------------------------------------------
 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

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.