
19 Feb
2007
19 Feb
'07
5:24 p.m.
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