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

Compile cannot find libtool when in apr/file_io/unix

From: Blair Zajac <blair_at_orcaware.com>
Date: 2002-02-04 02:21:40 CET

Hello,

Using the following steps on a fresh svn tree using RedHat RawHide:

        mkdir s
        cd s
        cptree ../svn .
        cvs -d :pserver:anoncvs@cvs.apache.org:/home/cvspublic co apr
        cvs -d :pserver:anoncvs@cvs.apache.org:/home/cvspublic co apr-util
        wget http://www.webdav.org/neon/neon-0.18.5.tar.gz
        uncomp neon-0.18.5.tar.gz
        mv neon-0.18.5 neon

        chmod a+x autogen.sh; ./autogen.sh

        env CC=gcc CFLAGS=-O3 \
        ./configure \
                --prefix=/opt/i386-linux/installed/subversion-r1159 \
                --disable-static

Results in the following compile error in apr/file_io/unix

make[2]: Entering directory `/export/home1/bzajac/Code/Subversion/s/apr/file_io/
unix'
make[3]: Entering directory `/export/home1/bzajac/Code/Subversion/s/apr/file_io/
unix'
/bin/sh ..//libtool --silent --mode=compile gcc -pthread -O3 -DHAVE_CONFIG_H -D
LINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -I../../
include -I../../include/arch/unix -I../../include/arch/unix -c copy.c && touch
copy.lo
..//libtool: ..//libtool: No such file or directory
make[3]: *** [copy.lo] Error 127
make[3]: Leaving directory `/export/home1/bzajac/Code/Subversion/s/apr/file_io/u
nix'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/export/home1/bzajac/Code/Subversion/s/apr/file_io/u
nix'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/export/home1/bzajac/Code/Subversion/s/apr'
make: *** [external-all] Error 1

Best,
blair

-- 
Blair Zajac <blair@orcaware.com>
Web and OS performance plots - http://www.orcaware.com/orca/
---------------------------------------------------------------------
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.