Try ./configure --with-pic=yes
Solaris doesn't like linking non-pic static libraries together with
shared libraries.
I build neon separately, so I'm not sure if the pic setting will pass
through to neon or not.
Dean
Troy Bull wrote:
> Greetings
>
> I am trying to build subversion from source on Solaris 10. I downloaded the subversion source and the dependencies gzips.
>
> I did a :
>
> ./configure
>
> then a :
>
> make it seemed to chug along for quite some time before finally failing with the following error. I have googled and not been able to find a solution, any tips greatly appreciated.
>
>
> <a bunch of successful make output cut>
>
>
> cd subversion/libsvn_ra_dav && /bin/bash /export/home/bldadmin/svn/subversion-1.4.5/libtool --tag=CC --silent --mode=link gcc -g -O2 -g -O2 -D_LARGEFILE64_SOURCE -DNE_LFS -L/export/home/bldadmin/svn/subversion-1.4.5/apr-util/xml/expat/lib -rpath /usr/local/lib -o libsvn_ra_dav-1.la commit.lo fetch.lo file_revs.lo log.lo merge.lo options.lo props.lo replay.lo session.lo util.lo ../../subversion/libsvn_delta/libsvn_delta-1.la ../../subversion/libsvn_subr/libsvn_subr-1.la /export/home/bldadmin/svn/subversion-1.4.5/apr-util/libaprutil-0.la /export/home/bldadmin/svn/subversion-1.4.5/apr-util/xml/expat/lib/libexpat.la /export/home/bldadmin/svn/subversion-1.4.5/apr/libapr-0.la -lsendfile -lrt -lm -lsocket -lnsl -lresolv /export/home/bldadmin/svn/subversion-1.4.5/neon/src/libneon.la -lsocket -lz
> Text relocation remains referenced
> against symbol offset in file
> <unknown> 0x0 /export/home/bldadmin/svn/subversion-1.4.5/neon/src/.libs/libneon.a(ne_request.o)
> <unknown> 0x4 /export/home/bldadmin/svn/subversion-1.4.5/neon/src/.libs/libneon.a(ne_request.o)
> <unknown> 0x8 /export/home/bldadmin/svn/subversion-1.4.5/neon/src/.libs/libneon.a(ne_request.o)
> <unknown> 0xc /export/home/bldadmin/svn/subversion-1.4.5/neon/src/.libs/libneon.a(ne_request.o)
> (then there is a bunch of these sorts of lines).
>
>
> Thanks in advance
> Troy
>
>
>
>
>
>
>
> "CONFIDENTIALITY NOTICE: This communication, including any attachments, may contain confidential information and is intended only for the individual or entity to whom it is addressed. Any review, dissemination, or copying of this communication by anyone other than the intended recipient is strictly prohibited. If you are not the intended recipient, please contact the sender by reply email and delete and destroy all copies of the original message."
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Oct 17 00:06:09 2007