Hi,
I want to build the Subversion 1.4.5 client on Solaris 2.10. I downloaded
and unpacked subversion-1.4.5.tar.gz and subversion-deps-1.4.5.tar.gz
(a first time installation)
I have  autoconf (GNU Autoconf) 2.61, libtool-1.5.24.
# ./configure 
no problem
# make
...
cd subversion/libsvn_ra_dav && /bin/bash /home/wins/builds/src/other/subversion-
1.4.5/libtool --tag=CC --silent --mode=link gcc  -g -O2  -g -O2  -D_LARGEFILE64_
SOURCE -DNE_LFS  -L/home/wins/builds/src/other/subversion-1.4.5/apr-util/xml/exp
at/lib  -rpath /usr/local/lib -o libsvn_ra_dav-1.la  commit.lo fetch.lo file_rev
s.lo log.lo merge.lo options.lo props.lo replay.lo session.lo util.lo ../../subv
ersion/libsvn_delta/libsvn_delta-1.la ../../subversion/libsvn_subr/libsvn_subr-1
.la /home/wins/builds/src/other/subversion-1.4.5/apr-util/libaprutil-0.la /home/
wins/builds/src/other/subversion-1.4.5/apr-util/xml/expat/lib/libexpat.la -licon
v /home/wins/builds/src/other/subversion-1.4.5/apr/libapr-0.la -lsendfile -lrt -
lm -lsocket -lnsl -lresolv  -lpthread /home/wins/builds/src/other/subversion-1.4
.5/neon/src/libneon.la -lsocket  -lz
libtool: link: warning: `/home/local/bin/../lib/gcc/sparc-sun-solaris2.10/3.4.6/
../../..//libiconv.la' seems to be moved
libtool: link: warning: `/home/local/bin/../lib/gcc/sparc-sun-solaris2.10/3.4.6/
../../..//libiconv.la' seems to be moved
Text relocation remains                         referenced
     against symbol                  offset      in file
strcat                              0x2d0       /home/wins/builds/src/other/subv
ersion-1.4.5/neon/src/.libs/libneon.a(ne_session.o)
ld: fatal: relocations remain against allocatable but non-writable sections
collect2: ld returned 1 exit status
make: *** [subversion/libsvn_ra_dav/libsvn_ra_dav-1.la] Error 1
It reports this error for symbols strtoll, mktime, errno, memchr, malloc,
strcpy, sprintf, sscanf  and many more...
???
/home/local/bin/../lib/gcc/sparc-sun-solaris2.10/3.4.6/../../..//libiconv.la
comes down to /home/local/lib/libiconv.la which exists on my system. 
It is libiconv-1.9.11 from SUN freeware (the latest).
This needed ibgcc_c.so.1 from libgcc-3.4.6 of gcc-3.4.6 or higher
which I have (gcc -v ==> gcc version 3.4.6)
(/usr/local is a soft link to /home/local on this system)
What is wrong here and how to fix ?
Thanks for any help or hint,
Pieter
\_______________
/ Pieter Donche \____________________________________________
| ITC Manager                  e-mail Pieter.Donche@ua.ac.be \
| Dept. Mathem. & Computer Science, University of Antwerp    |
| (UA) Middelheimlaan 1, B 2020 Antwerpen,      BELGIUM (EU) |
| room G1.16,      tel +32 03.265.3870, fax +32 03.265.3777  |
|____________________________________________________________|
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Nov 21 11:07:39 2007