Hi, Daniel Jacobowitz wrote: > On Sat, Aug 16, 2008 at 04:44:57PM +0200, Mario Emmenlauer wrote: >> it seems a rather trivial question, however I could not easily find >> the answer: is 'plain' FSF gdb supported on Mac OS X (ppc darwin)? > > No. That's what this means: > >> *** This configuration is not supported in the following subdirectories: >> bfd opcodes gdb sim Fair enough :-) BTW: the error message appears just after invoking configure, and is not re-displayed later. This is why I missed it the first time. When the 'gdb' directory is not supported, it might be sensible to show a big warning at the configure results? A start might be something like the below patch to configure.ac. Cheers, Mario