You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by kb...@gte.net on 2002/10/12 08:00:07 UTC

install problem

I got subversion-r2092g.tar.gz, installed it to be able to check code out of 
the repository.  I can't tell what version the repository was (what file do I 
look in?), but it was Saturday at about 0130 CST.

I'm on an Linux (SuSE 8.0) machine, installed Apache 2.0.43, plus the rest of 
the required tools (at the suggested versions); gcc is 2.95.3; and autogen.sh 
ran successfully.  I ran configure with:

./configure --enable-maintainer-mode --disable-shared --prefix=/opt/svn 
--with-apr=/opt/apache2 --with-apr-util=/opt/apache2

When I did a make, it went thru neon and into svn; after a number of .o's, it 
gives me:

cd subversion/clients/cmdline && /bin/sh /home/kevin/src/svn/libtool --silent 
--mode=link  gcc -g -pthread -DNEON_ZLIB -Wpointer-arith -Wwrite-strings 
-Wshadow -DSVN_DEBUG -DAP_DEBUG    -rpath /opt/svn/lib -o svn  add-cmd.o 
checkout-cmd.o cleanup-cmd.o commit-cmd.o copy-cmd.o delete-cmd.o diff-cmd.o 
export-cmd.o feedback.o help-cmd.o import-cmd.o info-cmd.o log-cmd.o ls-cmd.o 
main.o merge-cmd.o mkdir-cmd.o move-cmd.o prompt.o propdel-cmd.o 
propedit-cmd.o propget-cmd.o proplist-cmd.o props.o propset-cmd.o 
resolve-cmd.o revert-cmd.o status-cmd.o status.o switch-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_delta-1.la 
../../../subversion/libsvn_subr/libsvn_subr-1.la 
/opt/apache2/lib/libaprutil-0.la -ldb-4.0 -lexpat /opt/apache2/lib/libapr-0.la 
-lm -lcrypt -lnsl  -ldl /home/kevin/src/svn/neon/src/libneon.la -L/opt/svn/lib 
  -lz -lxml2 -lz -lm
libtool: link: cannot find the library `'
make: *** [subversion/clients/cmdline/svn] Error 1

This happens every time, no exceptions.  A "make clean ; make" does not help. 
  Unless I'm going blind, I don't see a "-l" (i.e. a blank name) or anything 
else to give me a "library `'" message.  What could be wrong?

I was hoping to see how the project was doing, maybe help with some testing...

Thanks!
Kevin

p.s. please CC me on any replys


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org