Re: Installation/Compile Issue on AIX 4.3.2
From: Philip Martin <philip_at_codematters.co.uk>
Date: 2003-03-20 21:18:27 CET
"Derek J. Balling" <dredd@megacity.org> writes:
> During make install, though, it tries to run svnversion, which fails
I don't know much about AIX so I can really only ask questions rather
The first thing to note is that the install process runs svnversion
$ /usr/local/bin/svnversion . /repos/svn/trunk
Which compiler are you using, the AIX compiler or GCC? If you are
The svn_md5_digest_to_cstring symbol should be in the object file
Did you do build shared libraries?
On Linux I can do
$ ldd subversion/svnversion/.libs/lt-svnversion | grep subr
which shows one of the shared libraries, followed by
$ nm subversion/libsvn_subr/.libs/libsvn_subr-1.so.0 | grep svn_md5_dig
which shows the symbols in question. Does AIX provide tools similar
There were some mails earlier this month about Subversion on AIX. As
-- Philip Martin --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Thu Mar 20 21:19:17 2003 |
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.