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

Re: linux make failure

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2004-02-08 23:22:12 CET

anton <anton@nezzwerk.com> writes:

> cd subversion/libsvn_subr && /bin/sh ./libtool --silent --mode=link
> gcc -g -O2 -g -O2 -pthread -DNEON_ZLIB -rpath
> /usr/local/svn/svn-0.37.0/lib -o libsvn_subr-1.la auth.lo cmdline.lo
> config.lo config_auth.lo config_file.lo config_win.lo date.lo error.lo
> hash.lo io.lo md5.lo opt.lo path.lo pool.lo quoprint.lo sorts.lo
> stream.lo subst.lo svn_base64.lo svn_string.lo target.lo time.lo
> utf.lo validate.lo xml.lo
> /var/tmp/install/subversion-0.37.0/apr-util/libaprutil-0.la -lgdbm
> -ldb-4.1 -lexpat /var/tmp/install/subversion-0.37.0/apr/libapr-0.la
> -lrt -lm -lcrypt -lnsl -ldl
> ./libtool: ./libtool: No such file or directory

It looks like abs_builddir in your Makefile has been set to "." rather
than to an absolute path. I don't know why that should happen, I
suppose it could be a bug in autoconf. Your Makefile should contain
something like

$ egrep '^(abs_builddir|LIBTOOL)' Makefile
abs_builddir = /absolute/path/to/build/dir
LIBTOOL = $(SHELL) $(abs_builddir)/libtool

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Feb 8 23:23:06 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.