$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Neal D. Becker (nbecker_at_[hidden])
Date: 2002-10-16 08:38:13
>>>>> "David" == David Abrahams <dave_at_[hidden]> writes:
>> Alkis Evlogimenos <alkis_at_[hidden]> writes:
>> If the above is correct then shouldn't runtime-link-dynamic and
>> runtime-link-static be passing to gcc "-shared-libgcc" and "-static-libgcc"
>> respectively? gcc's manual says that "-static" turns on preference to static
>> libraries in general whereas "-{static,dynamic}-libgcc" only affects libgcc
>> (isn't this the C++ Runtime?).
David> Well, I guess that's right.
AFAICT, reading the terse description in gcc info, I think gcc will
set this option correctly automatically. You just need -shared or
-static. Is this not correct?