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

Compilation problem

From: Laurent Bonnemain <laurent.bonnemain_at_dhl.com>
Date: 2004-10-20 14:14:46 CEST

Hello,

I got some problems during compilation of subversion 1.1.0.

# CC=gcc ; export CC

# sh ./autogen.sh

# LD_LIBRARY_PATH=/usr/local/BerkeleyDB.4.2/lib ; export LD_LIBRARY_PATH

# ./configure --with-apache=/u00/httpd-2.0.52 --with-neon=/usr/local
--with-berkeley-db=/usr/local/BerkeleyDB.4.2 --with-dbm=db42

# make

......

libtool: link: `vdelta-test' will be relinked during installation

/bin/sh /u00/subversion-1.1.0-rc4/libtool --silent --mode=compile gcc
-DHPUX11 -D_REENTRANT -D_XOPEN_SOURCE_EXTENDED -g -O2 -g -O2 -pthread
-I/u00/httpd-2.0.52/include -I/u00/httpd-2.0.52/os/unix
-I/u00/httpd-2.0.52/modules/dav/main -I/u00/httpd-2.0.52/srclib/apr/include
-I/u00/httpd-2.0.52/srclib/apr-util/include -I./subversion/include
-I./subversion -I/usr/local/include/neon
-I/u00/subversion-1.1.0-rc4/apr/include
-I/u00/subversion-1.1.0-rc4/apr-util/include
-I/usr/local/BerkeleyDB.4.2//include
-I/u00/subversion-1.1.0-rc4/apr-util/xml/expat/lib -o
subversion/mod_authz_svn/mod_authz_svn.lo -c
/u00/subversion-1.1.0-rc4/subversion/mod_authz_svn/mod_authz_svn.c

cd subversion/mod_authz_svn && /bin/sh /u00/subversion-1.1.0-rc4/libtool
--silent --mode=link gcc -g -O2 -g -O2 -pthread
-L/usr/local/BerkeleyDB.4.2//lib
-L/u00/subversion-1.1.0-rc4/apr-util/xml/expat/lib -rpath -avoid-version
-module -o mod_authz_svn.la mod_authz_svn.lo
../../subversion/libsvn_subr/libsvn_subr-1.la -lintl

libtool: link: only absolute run-paths are allowed

*** Error exit code 1

Stop.

##

Version of gcc = 3.3.3

OS : HP-UX 11.11

I tried to compile with HP-UX 'cc' but I got some errors during Makefile
creation, pb Berkeley DB 4.2 not found ...

In second time I put 'make -k' which is skipping compilation errors, the
library mod_authz_svn.lo has not been compiled, so

is the previous version of mod_authz_svn.lo can work, and yes , how to
install it ?

Could you help me ?

Thanks in advance.

Laurent BONNEMAIN

PARDOC NPS Project Manager
25 Boulevard du Courcerin
BP 49 Lognes Pariest
F 77312 Marne La Vallée Cedex 2
Tel +33(0)1 6462 3366
Fax +33(0)1 6462 3354

 

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Oct 20 14:25:29 2004

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.