Ravish Nayak S. R. wrote on Sun, Mar 04, 2012 at 01:48:54 +0800:
> 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
>
Do you need svnmucc?
'make tools' is part of the default build these days. If you don't need
svnmucc you could run 'make bin apache-mod' instead.
(or possibly go directly to 'make install' and let make figure it out itself?)
> 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'
> source_path/apache/subversion/1.7.3/rhe4-x86_64/subversion/libsvn_ra/.libs/libsvn_ra-1.so: undefined reference to `svn_compat_wrap_file_rev_handler'
>
> Where as for rhe5-x86_64 platforms it works fine, no issue..
>
> Regards,
> Ravish
Received on 2012-03-04 00:05:42 CET