> When I configure with > --enable-build-with-cxx --enable-languages=c,c++,ada > I get the appended. The problem is that the Ada code is looking for C > symbol names but the names in the .o files are mangled for C++.
Right, or rather than we want to use the C compiler to compile all those files (e.g. init.c, argv.c), not the C++ compiler. Arno