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

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-13 21:06:59 CEST

Thanks Peter,

Peter Samuelson <peter <at> p12n.org> writes:

> No, the AIX ABI specifies that _all_ code is PIC.

OK. Thanks.

I had got this impression from inspecting the contents of some .lo files, e.g.

$ cat ./subversion/libsvn_client/blame.lo
# subversion/libsvn_client/blame.lo - a libtool object file
# Generated by ltmain.sh - GNU libtool 1.5.22 (1.1220.2.365 2005/12/18 22:14:06)
#
# Please DO NOT delete this file!
# It is necessary for linking the library.

# Name of the PIC object.
pic_object='.libs/blame.o'

# Name of the non-PIC object.
non_pic_object='blame.o'

But this could just reinforce your statement below:

> I suspect your problem is that libtool doesn't support AIX very well at
> all. This certainly used to be the case! But I haven't heard anything
> recent about that.

Now, I had managed to build svn 1.3.2 on AIX -- without the support for
ssl. So, it wasn't *that* broken.

Also, I had found (http://svn.haxx.se/dev/archive-2004-01/0922.shtml)
an allegation about the need to use an option such as -qlanglvl=extended
while building with xlc, and I didn't notice any effect.

Marc

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Oct 13 21:07:59 2006

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.