$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Olaf van der Spek (olafvdspek_at_[hidden])
Date: 2006-03-29 10:13:46
On 3/29/06, Ulrich Eckhardt <doomster_at_[hidden]> wrote:
> different compiler versions or settings and it reduces the additional
> required size of the final executable (example-prog[1] with above static
> linking weighs 52kB, the thread lib alone would have been 92kB already
> otherwise).
Doesn't the linker include only those parts of a (static) lib that are
actually used?