$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Bruno Lalande (bruno.lalande_at_[hidden])
Date: 2008-03-26 06:01:14
>
>
> Is the release mode link error an actual error, or just (un)informative
> messages being printed by the linker.
Apparently it's not a mere informative message, since the link phase finally
ends up in error with a "collect2: ld returned 1 exit status". However, the
description of the bug #16276 that originated the bug #16625 says that the
issue "may lead to linker failure or corrupted binary", so indeed, it can be
what I'm facing. Thanks for the information.
Bruno