You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by su...@mail.ru on 2006/11/13 08:39:05 UTC

Re[2]: relink `libsvn_ra_dav-1.la'

Hello, Kyle.



>> Problem with compile subversion-1.4.2 on freebsd 5.4
>>
>> ------------
>> /usr/bin/install -c -d /usr/local/subversion/lib
>> cd subversion/libsvn_ra_dav ; /bin/bash /usr/local/subversion-1.4.2/libtool --mode=install /usr/bin/install -c libsvn_ra_dav-1.la /usr/local/subversion/lib/libsvn_ra_dav-1.la
>> libtool: install: warning: relinking `libsvn_ra_dav-1.la'

KG> I've seen this before.  I bet configure is deriving your LDFLAGS to 
KG> contain something like LDFLAGS="-L/usr/local/lib -L/usr/local/lib/" (note
KG> the duplicate paths).  Try setting LDFLAGS=-L/usr/local/lib (or something
KG> similar for your platform) before building.

>> (cd /usr/local/subversion-1.4.2/subversion/libsvn_ra_dav; /bin/bash /usr/local/subversion-1.4.2/libtool  --tag=CC --silent --mode=relink gcc -g -O2 -g -O2 -L/usr/local/lib -rpath /usr/local/subversion/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 /etc/httpd/lib/libaprutil-0.la -lexpat /etc/httpd/lib/libapr-0.la -lm -lcrypt /usr/local/lib/libneon.la -lintl -lz )
>> /usr/bin/ld: cannot find -lexpat

KG> Do you have libexpat installed?

Yes

>> libtool: install: error: relink `libsvn_ra_dav-1.la' with the above command before installing it

KG> Search the archives for BSD compilation / linking problems.  You might
KG> need to remove existing libsvn* binaries before building subversion on the
KG> BSDs.  I have to do this on OpenBSD.

There is no other libsvn* binaries on the system

I found about similarly problem http://svn.haxx.se/dev/archive-2003-05/0123.shtml
But there is old patch

May be somebody know about new patch

Thank you

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org