$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-build] Getting -rdynamic to work
From: Sean Hunt (rideau3_at_[hidden])
Date: 2008-10-11 18:25:27
Hello,
I'm trying to ensure that -rdynamic is passed to the compile so as to
allow my program to fetch backtraces of running programs. However, it
isn't seeming to have any effect. I have tried it set on <cxxflags> and
<linkflags>, and both, but to no effect.
Does anyone have some advice?
Thanks!
Sean