You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by "Smith, Ryan" <Ry...@photomask.com> on 2006/09/12 16:29:30 UTC

Help compiling 1.4.0 on Solaris 8

I have Openssl .9.8c built with static & shared libraries, and neon
0.25.5 built with static & shared libraries and ssl support, and I run
this configure statement for subversion:
 
./configure --prefix=/opt/subversion-1.4.0 --with-neon=/opt/neon-0.25.5
 
can someone help me figure out why I keep getting the below error when I
compile.  I'm getting very similar problems when using any combination
of 1.3.2 & neon 0.24.7 or neon 0.25.5
 
 
md.o info-cmd.o list-cmd.o lock-cmd.o log-cmd.o main.o merge-cmd.o
mkdir-cmd.o move-cmd.o notify.o propdel-cmd.o propedit-cmd.o
propget-cmd.o proplist-cmd.o props.o propset-cmd.o resolved-cmd.o
revert-cmd.o status-cmd.o status.o switch-cmd.o unlock-cmd.o
update-cmd.o util.o ../../subversion/libsvn_client/libsvn_client-1.la
../../subversion/libsvn_wc/libsvn_wc-1.la
../../subversion/libsvn_ra/libsvn_ra-1.la
../../subversion/libsvn_delta/libsvn_delta-1.la
../../subversion/libsvn_diff/libsvn_diff-1.la
../../subversion/libsvn_subr/libsvn_subr-1.la
/opt/src/software/svn/subversion-1.4.0_build_2/subversion-1.4.0/apr-util
/libaprutil-0.la
/opt/src/software/svn/subversion-1.4.0_build_2/subversion-1.4.0/apr-util
/xml/expat/lib/libexpat.la
/opt/src/software/svn/subversion-1.4.0_build_2/subversion-1.4.0/apr/liba
pr-0.la -lsendfile -lrt -lm -lsocket -lnsl -lresolv  -lpthread -ldl
/opt/neon-0.25.5/lib/libneon.la -lsocket  -lz
ld: warning: file ../../subversion/libsvn_wc/.libs/libsvn_wc-1.so:
linked to
/opt/src/software/svn/subversion-1.4.0_build_2/subversion-1.4.0/subversi
on/libsvn_wc/.libs/libsvn_wc-1.so: attempted multiple inclusion of file
ld: warning: file ../../subversion/libsvn_ra/.libs/libsvn_ra-1.so:
linked to
/opt/src/software/svn/subversion-1.4.0_build_2/subversion-1.4.0/subversi
on/libsvn_ra/.libs/libsvn_ra-1.so: attempted multiple inclusion of file
ld: warning: file ../../subversion/libsvn_delta/.libs/libsvn_delta-1.so:
linked to
/opt/src/software/svn/subversion-1.4.0_build_2/subversion-1.4.0/subversi
on/libsvn_delta/.libs/libsvn_delta-1.so: attempted multiple inclusion of
file
ld: warning: file ../../subversion/libsvn_diff/.libs/libsvn_diff-1.so:
linked to
/opt/src/software/svn/subversion-1.4.0_build_2/subversion-1.4.0/subversi
on/libsvn_diff/.libs/libsvn_diff-1.so: attempted multiple inclusion of
file
ld: warning: file ../../subversion/libsvn_subr/.libs/libsvn_subr-1.so:
linked to
/opt/src/software/svn/subversion-1.4.0_build_2/subversion-1.4.0/subversi
on/libsvn_subr/.libs/libsvn_subr-1.so: attempted multiple inclusion of
file
Undefined                       first referenced
 symbol                             in file
HMAC_cleanup                        /opt/neon-0.25.5/lib/libneon.so
ld: fatal: Symbol referencing errors. No output written to .libs/svn
collect2: ld returned 1 exit status
*** Error code 1
make: Fatal error: Command failed for target `subversion/svn/svn'

Thanks,
 
-Ryan

Re: Help compiling 1.4.0 on Solaris 8

Posted by Raman Gupta <ro...@fastmail.fm>.
Smith, Ryan wrote:
> I have Openssl .9.8c built with static & shared libraries, and neon 
> 0.25.5 built with static & shared libraries and ssl support, and I run 
> this configure statement for subversion:
>  
> ./configure --prefix=/opt/subversion-1.4.0 --with-neon=/opt/neon-0.25.5
>  
> can someone help me figure out why I keep getting the below error when 
> I compile.  I'm getting very similar problems when using any 
> combination of 1.3.2 & neon 0.24.7 or neon 0.25.5

Are you using the GNU or Solaris linker?  I had problems with the 
compile using the Solaris linker, but it worked fine with the GNU linker.

Cheers,
Raman

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