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

Re: More HP-UX static compilation silliness

From: Dimitri Papadopoulos-Orfanos <papadopo_at_shfj.cea.fr>
Date: 2004-06-10 17:46:18 CEST

> I am making another go at compiling a static svn binary on HP-UX. I can

What do you mean by a static binary? That it shouldn't depend on any
shared library, including the system C library? If so, that's a bad ieda.

The worst problem here is probably that libdl is not available as a
static library.

Generally speaking, it's better to link dynamically, so that patches to
system shared libraries also affect your program, and also in order to
keep memory requirements low. Of course a bad patch could possibly
impact the program, but then if the program is critical, it's probably a
bad idea to patch anyway (at least without testing first on another
machine).

Dimitri

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jun 10 17:48:36 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.