Re: Compiling Subversion 1.2.0 on HP-UX 11i 64bit
From: Bob Proulx <bob_at_proulx.com>
Date: 2005-06-22 18:12:22 CEST
James Huang(APC-黃建蒼) wrote:
Do you have any particular need for a 64-bit version of svn? I
> /usr/bin/ld: (Warning) At least one PA 2.0 object file (.libs/libneon.
This error means that you are mixing 32-bit and 64-bit .o files.
cc: warning 441: Previous '+DA' or '+DD' option overridden by '+DD64' option.
You will need to compile all of the package and libraries as 64-bit
File apr/build/apr_rules.mk:
EXTRA_CFLAGS= -Ae +Z +DAportable -mt
This get propagated to the Makefile.
File Makefile.in:
File Makefile:
So in order to build a fully 64-bit version you would need to avoid
Bob
---------------------------------------------------------------------
|
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.