Errors compiling cvs version

Joel Brobecker brobecker@adacore.com
Fri Nov 6 01:41:00 GMT 2009


> In fact, I get the same set of many errors when compiling the 7.0 official
> release package.

You don't even say which platform you're compiling on.  But it seems
that the compiler is complaining about the lack of definition of
struct [...]. A setup issue on your side.  For instance, if you were
using a MinGW compiler but using a cygwin environment, config.guess
would return the wrong triplet, and GDB would think it's being built
for cygwin, whereas it's actually being built for mingw...

-- 
Joel



More information about the Gdb mailing list