2011/12/12 Kai Tietz <ktiet...@googlemail.com>: > 2011/12/12 Paolo Carlini <paolo.carl...@oracle.com>: >> On 12/12/2011 12:29 PM, Kai Tietz wrote: >>> >>> Well, this was my initial attempt to solve it. The issue here is that >>> libsupc++ doesn't use the the os-header-file >> >> Are you sure? Should include bits/c++config.h, no? >> >> Paolo. > > Well, I tested it, and I saw that the define in the os part for > libsupc++ weren't set. By looking into this, this might be also > caused by not including in all .cc files using cxxabi.h before > bits/c++config.h. > > Kai
Hmm, strange. cxxabi.h is supposed to include <bits/c++config.h> itself. I will retest Kai