$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Alkis Evlogimenos (alkis_at_[hidden])
Date: 2002-11-05 20:48:10
On Tuesday 05 November 2002 02:07 pm, David Abrahams wrote:
> I am changing the GCC toolset's default flag for adding directories to
> the #include<> path from "-isystem" to "-I". I'm doing this because
> -isystem has inconsistent behavior across platforms and appears to
> suppress warnings that we'd like to see.
>
> Forwarned is forearmed,
> Dave
What about a fix for runtime-link-{dynamic,static} for gcc too, as discussed
in this thread: http://aspn.activestate.com/ASPN/Mail/Message/1397797
in short runtime-link-static should map to option "-static-gcc" and not
"-static".
-- Alkis