[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Problems Compiling on Solaris 10

From: Mark Kane <mark_at_mkproductions.org>
Date: 2005-08-04 19:41:10 CEST

Hi everyone. I'm trying to compile Subversion 1.2.1 in Solaris 10. I've
had no problems compiling it on many Linux and FreeBSD boxes, however
I'm running in to some problems here.

I run ./configure with --prefix=/home/user/svn , and that's it. At the
end of configure, it detects no Berkeley DB, which is fine because the
repository is using fsfs.

I type make, and it stops with the following:

-----------------
ibsvn_ra-1.la ../../../subversion/libsvn_delta/libsvn_delta-1.la
../../../subversion/libsvn_subr/libsvn_subr-1.la
/home/prj/subversion-1.2.1/apr-util/libaprutil-0.la
/home/prj/subversion-1.2.1/apr-util/xml/expat/lib/libexpat.la
/home/prj/subversion-1.2.1/apr/libapr-0.la -lsendfile -lrt -lm -lsocket
-lnsl -lresolv -lpthread /home/prj/subversion-1.2.1/neon/src/libneon.la
-lsocket
ld: warning: file ../../../subversion/libsvn_wc/.libs/libsvn_wc-1.so:
linked to
/home/prj/subversion-1.2.1/subversion/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
/home/prj/subversion-1.2.1/subversion/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
/home/prj/subversion-1.2.1/subversion/libsvn_delta/.libs/libsvn_delta-1.so:
attempted multiple inclusion of file
ld: warning: file
../../../subversion/libsvn_subr/.libs/libsvn_subr-1.so: linked to
/home/prj/subversion-1.2.1/subversion/libsvn_subr/.libs/libsvn_subr-1.so:
attempted multiple inclusion of file
Undefined first referenced
  symbol in file
libintl_bind_textdomain_codeset
/home/prj/subversion-1.2.1/subversion/libsvn_subr/.libs/libsvn_subr-1.so
libintl_gettext help-cmd.o
libintl_textdomain
/home/prj/subversion-1.2.1/subversion/libsvn_subr/.libs/libsvn_subr-1.so
libintl_bindtextdomain
/home/prj/subversion-1.2.1/subversion/libsvn_subr/.libs/libsvn_subr-1.so
libintl_dgettext blame-cmd.o
ld: fatal: Symbol referencing errors. No output written to .libs/svn
collect2: ld returned 1 exit status
make: *** [subversion/clients/cmdline/svn] Error 1
-----------------

I tried make install just in case, and it stops with the same.
/home/user/svn is created, but not fully (only a couple files in there).

Thanks in advance for any suggestions.

-Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Aug 4 18:43:33 2005

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.