On Thu, Jun 25, 2009 at 4:32 PM, Ian Lance Taylor<i...@google.com> wrote:
> I would like to encourage people to try using --enable-build-with-cxx in > other configuration--other bootstraps, cross-compilers--to see how well > it works. Please let me know if you run into problems that you don't > know how, or don't have time, to fix. I tried bootstrap with AIX. Because AIX static libstdc++ requires libsupc++, the search path for that library in the build directory needs to be on the link line. Manually adding that directory allows GCC on AIX to get through stage3 bootstrap. There are two other problems / annoyances independent of AIX: 1) All of the multilibs for libstdc++ are configured and built during bootstrap. This always has been the case for libgcc, but it was not as much of an inconvenience. 2) The Graphite CLooG headers are not C++-clean, so enabling Graphite fails in CXX mode. David