$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Markus Schöpflin (markus.schoepflin_at_[hidden])
Date: 2002-10-16 10:11:24
David Abrahams wrote:
...
> And given recent discussions on this list about GCC, it might be
> neccessary to represent "link to this one statically" or "link to
> this one dynamically", somehow...
...
I think this facility is absolutely essential. I usually have the
requirement to link to all the system libraries dynamically but link
statically to all the rest. (See our previous discusion here:
news://news.gmane.org:119/3DA53046.3080004@ginit-technology.com)
Markus