[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-12 15:53:36 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.
>
>
I don't remember having to modify any Makefiles manually. I'm no HP
guru, but I think the "-rpath" with no parameter after it is your
problem here.

Are you using the ANSI C compiler? The one that comes with the OS won't
work. On the system I compiled on (one of HP's free "TestDrive"
accounts), that compiler was installed as "aCC" and all the configure
scripts picked it up as such. If "cc" points to your ANSI C compiler
then it should be fine.

P.S. Please reply to the list and not to me personally; that's what the
"reply-to" header is for.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Oct 12 15:54:21 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.