undefined reference error with subversion 1.7.3
From: Ravish Nayak S. R. <ravish_nayak2003_at_yahoo.co.in>
Date: Sun, 4 Mar 2012 01:48:54 +0800 (SGT)
> In which directories did you look? Those symbols are present in 1.4 so
I am trying with subversion version 1.7.3
> Are you building from a tarball? Are you using the libtool that came
Yes I am building from a source tarball.
Yes it is using libtool that came with tarball,
ex:-
and no autogen.sh script I am using..
Explicitly no LD_LIBRARY_PATH or ld.so.conf setting from my side.
configure options are:-
PERL=customized_path/bin/perl \
--enable-javahl \
After executing below command I got undefined reference error....
bin/gcc -L/source_path/apache/subversion/1.7.3/rhe4-x86_64/subversion/libsvn_client/.libs -L/source_path/apache/subversion/1.7.3/rhe4-x86_64/subversion/libsvn_subr/.libs -L/destination_path/apache/subversion/1.7.3/rhe4-x86_64/lib -L/customized_path/apache/apr/1.4.2/rhe4-x86_64/lib -L/customized_path/apache/apr-util-with-sqlite-3.7.2/1.3.9/rhe4-x86_64/lib -L/customized_path/openssl/openssl/1.0.0/rhe4-x86_64/lib -Wl,-rpath,/customized_path/apache/subversion/1.7.3/rhe4-x86_64/lib,-rpath,/customized_path/apache/apr/1.4.2/rhe4-x86_64/lib,-rpath,/customized_path/apache/apr-util-with-sqlite-3.7.2/1.3.9/rhe4-x86_64/lib,-rpath,/customized_path/openssl/openssl/1.0.0/rhe4-x86_64/lib -L/source_path/apache/subversion/1.7.3/rhe4-x86_64/subversion/libsvn_ra/.libs -lapr-1 -lsvn_client-1 -lsvn_subr-1 -lsvn_ra-1 -o svnmucc svnmucc.o
Error is :-
source_path/apache/subversion/1.7.3/rhe4-x86_64/subversion/libsvn_repos/.libs/libsvn_repos-1.so.0: undefined reference to `svn_txdelta_to_svndiff2'
Where as for rhe5-x86_64 platforms it works fine, no issue..
Regards,
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.