[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 23:01:56 CET

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

> > 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?
>
> If you mean libsvn_subr1.a, it also doesn't show the symbol in question.

libsvn_subr1.a is the static library. It *should* contain the symbol.
Running

   $ ar t libsvn_subr1.a

will (might?) produce a list of the files in the archive. One of
those should be the file md5.o, and that file should also be present
in the directory. You can run nm on the object file directly

   $ nm md5.o

> > 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.
>
> Will try that now, and report back if it yields any different behavior.

If you are correct and nm on libsvn_subr1.a doesn't show the symbol
then you will still have a problem.

-- 
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 23:02:40 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.