$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Lothar May (boost_at_[hidden])
Date: 2008-04-30 13:25:12
Hi,
by default, the shared boost libraries 1.35.0 compiled with mingw gcc
4.2.1 link with the static C/C++ runtime, which means that exceptions
cannot be thrown across dll boundaries. Is there a simple way to make
boost link using the "-shared-libgcc -lstdc++_s -D_DLL" options?
Best regards,
Lothar