Re: missing symbols on AIX (was: 1.4.0 Install on AIX, HP-UX and Solaris)
From: Marc Girod <marc.girod_at_iona.com>
Date: 2006-10-12 13:14:09 CEST
Marc Girod <marc.girod <at> iona.com> writes:
> I'll look at the symbols in the objects, with nm.
$ nm -Au $(find . -name \*.o) | egrep \
These are 'non-PIC' objects, for which there is no 'PIC' counterpart
If I stick to the first missing symbol, and look into the shared libraries,
$ nm -A $(find . -type f -name libsvn_\*.so\*) | egrep '\.svn_client_blame3'
ON AIX, 'T' is 'global text' and 't' local, followed by the value and size.
[ On HP-UX, I get a similar list of symbols, without the leading '.':
$ nm -Au $(find . -name \*.o) | grep 'svn_client_blame3'
]
I send this as temporary report...
---------------------------------------------------------------------
|
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.