$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2007-02-19 12:24:41
A bunch of mingw tests fail with something like:
variable 'vtable for boost::XXX' can't be auto-imported
Googling around gives me:
http://cygwin.com/ml/cygwin-patches/2002-q3/msg00051.html
which suggests that
--enable-runtime-pseudo-reloc
should be added to compiler options to work this around. Before
I go about hacking gcc.jam with that guess, can anybody running
mingw test try to add
<cxxflags>--enable-runtime-pseudo-reloc
to options in "using" that configures mingw gcc?
Thanks,
Volodya