$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Chris Weed (chrisweed_at_[hidden])
Date: 2006-05-30 11:16:26
Hi,
On my sun system when I build my executable in release mode it passes
-Wl,--strip-all to g++, but that generates an error. It looks like it
should be -Wl,-s to "strip any symbol and debugging information".
I am using the bjam version off of sourceforge and boost-build v2 from CVS.
Chris