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

odd build problem

From: Daniel Stenberg <daniel_at_haxx.se>
Date: 2001-10-04 00:38:51 CEST

Yes

I'll bore you with one of those again. This time it looks like it is libtool
related. I would just like to know if anyone else got this and solved it,
there's no need for anyone else to dig deep into this other than myself.

Any clue?

[command sequence]

% svn --version | head -1
Subversion, version M3 (r196) (client)
% libtool --version
ltmain.sh (GNU libtool) 1.4.2 (1.922.2.53 2001/09/11 03:18:52)
% autoconf --version
autoconf (GNU Autoconf) 2.52
% svn co http://svn.collab.net/repos/svn/trunk -d svn
[lots]
% cd svn
[get neon dir]
[get apr dir]
% sh autogen.sh
% ./configure --enable-maintainer-mode --disable-shared \
  --with-apache=$HOME/src/httpd-2.0
% make

[problem]

The very last link line fails:

cd subversion/clients/cmdline && /bin/sh /home/daniel/src/svn/libtool
--silent --mode=link gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -D_SVID_SOURCE -g -Wall -Wmissing-prototypes
-Wstrict-prototypes -Wmissing-declarations -pthread -DNEON_ZLIB
-Wpointer-arith -Wwrite-strings -Wshadow -DSVN_DEBUG -DAP_DEBUG
-I./subversion/include -I. -I./apr/include -I./neon/src -I./expat-lite
-I/usr/local/BerkeleyDB.3.3/include -rpath /usr/local/lib -o svn
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 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
../../../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
/home/daniel/src/svn/apr/libapr.la ../../../expat-lite/libexpat.la -lm
-lcrypt -lnsl -ldl
gcc:
/home/daniel/src/svn/subversion/libsvn_ra_dav/.libs/.libs/libsvn_ra_dav.a: No
such file or directory
gcc: /home/daniel/src/svn/neon/src/.libs/.libs/libneon.a: No such file or
directory
gcc:
/home/daniel/src/svn/subversion/libsvn_ra_local/.libs/.libs/libsvn_ra_local.a:
No such file or directory
gcc: /home/daniel/src/svn/subversion/libsvn_delta/.libs/.libs/libsvn_delta.a:
No such file or directory
gcc: /home/daniel/src/svn/subversion/libsvn_subr/.libs/.libs/libsvn_subr.a:
No such file or directory
gcc: /home/daniel/src/svn/subversion/libsvn_repos/.libs/.libs/libsvn_repos.a:
No such file or directory
gcc: /home/daniel/src/svn/subversion/libsvn_fs/.libs/.libs/libsvn_fs.a: No
such file or directory
make: *** [subversion/clients/cmdline/svn] Error 1

-- 
      Daniel Stenberg - http://daniel.haxx.se - +46-705-44 31 77
   ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2\1 is xg'`ol
---------------------------------------------------------------------
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:36:44 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.