You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Da...@cwb.ca on 2004/07/22 14:32:59 UTC

Subversion 1.1.0 on AIX: PROBLEM?

On my AIX server, we had successfully compiled the basic 'svn' client 
using the source from "subversion-1.0.5.tar.bz2".  It works great.

Today I downloaded the newer "subversion-1.1.0-rc1.tar.bz2" source onto my 
test AIX server (as part of my efforts to get 'javahl' created), and I ran 
into 'make' problems when I simply tried to do the same thing:

ld: 0711-224 WARNING: Duplicate symbol: ._GLOBAL__DI
ld: 0711-224 WARNING: Duplicate symbol: ._GLOBAL__DD
ld: 0711-224 WARNING: Duplicate symbol: _GLOBAL__DI
ld: 0711-224 WARNING: Duplicate symbol: _GLOBAL__DD
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more 
information.
ld: 0711-317 ERROR: Undefined symbol: .svn_ver_compatible
collect2: ld returned 8 exit status
make: 1254-004 The error code from the last command is 1.

Fortunately, we don't *have* to use version 1.1.0 on AIX right now, but it 
would be nice to know that we could if we wanted to :)

Comments, anyone?  Is this the right newsgroup for this question?

Thanks

Dare

Re: Subversion 1.1.0 on AIX: PROBLEM?

Posted by Ben Collins-Sussman <su...@collab.net>.
On Thu, 2004-07-22 at 09:32, Darren_Enns@cwb.ca wrote:

> ld: 0711-317 ERROR: Undefined symbol: .svn_ver_compatible

This is a new function defined in svn 1.1.  My guess is that the linking
system is picking up "installed" svn 1.0 libraries, rather than the ones
in your source tree.



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