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

Re: Installation/Compile Issue on AIX 4.3.2

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2003-03-20 22:13:51 CET

"Derek J. Balling" <dredd@megacity.org> writes:

> > Did you do build shared libraries?
>
> I just did
>
> ./configure
> make
> sudo make install
>
> accepting whatever defaults were there

The default is to build both shared and static libraries, assuming the
system supports them.

> > $ nm subversion/libsvn_subr/.libs/libsvn_subr-1.so.0 | grep
> > svn_md5_dig
>
> > 0000d130 T svn_md5_digest_to_cstring
> > 0000d1e0 T svn_md5_digests_match
> >
> > which shows the symbols in question. Does AIX provide tools similar
> > to ldd and nm?
>
> I've got an nm, but don't see an ldd. The nm command you describe,
> though, does not show any results.

I take it the shared library libsvn_subr-1.so.0 exists. You can also
run nm on the object file. Does that show anything?

It would be good to find out how to make shared libraries work
(assuming you are using them). However, if you want to disable them
you can configure with --disable-shared and build only static
libraries. Then all the Subversion symbols should be part of the
executable.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Mar 20 22:14:36 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.