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

compiling subversion on suse 9.1 (amd64)

From: Karo Szkudlarek <karol_at_mikronika.com.pl>
Date: 2004-06-23 10:07:07 CEST

Hi!

I am trying to build Subversion 1.0.5 on SuSE Linux 9.1 on AMD 64.

I get error:

cd subversion/libsvn_subr && /bin/sh
/home/karol/var/downloads/subversion-1.0.5/libtool --silent --mode=link
gcc -m64 -pthread -DNEON_ZLIB -rpath /usr/local/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 utf_validate.lo
validate.lo xml.lo
/home/karol/var/downloads/subversion-1.0.5/apr-util/libaprutil-0.la
-lexpat /home/karol/var/downloads/subversion-1.0.5/apr/libapr-0.la -lrt
-lm -lcrypt -lnsl -lpthread -ldl
/usr/lib/libexpat.so: could not read symbols: Invalid operation
collect2: ld returned 1 exit status

I know that gcc should not link with /usr/lib/libexpat.so but with
/usr/lib64/libexpat.so. Why gcc is trying to link with wrong lib?

I run:

export CFLAGS=-m64
export CPPFLAGS=-m64
./configure --disable-swig-bindings
make

greets,Karol Szk

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jun 23 10:07:40 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.