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

Re: HPUX --enable-all-static

From: Bob Proulx <bob_at_proulx.com>
Date: 2005-05-18 19:19:42 CEST

Tyler Winter Mace wrote:
> The HPUX platform does not provide a static version
> of the library libdld (as reported by an HP engineer
> in the software developer partner program). As such,
> the "make install" step fails on this platform.
>
> Could someone help me make this work?

Uhm, you can't. As reported to you it is not possible to make a
completely static program there. The solution is not to try.

Here is how I personally compile subversion on HP-UX.

  ./configure --without-berkeley-db --disable-shared --disable-nls

[The locale support would work if I took the time to build the
libraries. But I personally did not need that and so I added the
--disable-nls option too. YMMV.]

Bob

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed May 18 19:22:31 2005

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.