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

Re: HP-UX 11.11 compilation

From: Toby Johnson <toby_at_etjohnson.us>
Date: 2004-10-25 20:06:17 CEST

Klaus Fehlker wrote:

>Toby Johnson wrote:
>
>
>>Klaus Fehlker wrote:
>>
>>
>>
>>>Hello,
>>>
>>>since i am constantly facing problems during compilation of Subversion on
>>>HP-UX 11.11 i want to ask if somebody has already compiled it on a 64-Bit
>>>
>>>
>>HP
>>
>>
>>>machine and could provide any insights. The latest error was
>>>
>>>/usr/bin/ld: Invalid loader fixup in text space needed in output file for
>>>symbol "$00000046" in input file ".libs/ne_locks.o"
>>>
>>>
>>>
>>>
>>Which compiler are you using? I've had the most luck with HP's own ANSI
>>compiler rather than gcc.
>>
>>
>
>I am using the HP compiler now. The error i get now is with libtool. Do i
>have to change any makefiles manually?
>
>
> cd subversion/mod_authz_svn && /bin/sh
>/u00/sources/subversion-1.1.0-rc4/libtool --silent --mode=link
>cc -g -g -Ae +Z
>DAportable -mt -DNEON_ZLIB -L/usr/local/BerkeleyDB.4.2/lib -L/u00/sources/
>subversion-1.1.0-rc4/apr-util/xml/expat/lib -rpath -avoid-version -module
>-o mod_authz_svn.la mod_authz_svn.lo
>../../subversion/libsvn_subr/libsvn_subr-1.la
>libtool: link: only absolute run-paths are allowed
>*** Error exit code 1
>Stop.
>
>
Klaus,

I'm not sure if you had any more luck with this, but I just successfully
compiled svn 1.1.1 on HP-UX 11.11 with gcc 3.3.2 which I installed from
http://hpux.connect.org.uk/ (I see they have 3.4.2 there now). I
compiled it with very spartan settings, because I am using the client
only and not the server. I also did not use Berkeley DB, since we
connect using HTTP (and again the server is on a different machine).

My only settings to "configure" were "--prefix=$PREFIX
--disable-mod-activation --without-berkeley-db". $PREFIX is in my home
directory since I do not have root priveleges.

I was not able to compile on HP-UX using gcc in the 1.0.x line, so it
looks like whatever was choking it up has been resolved.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Oct 25 20:07:01 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.