This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Errors compiling cvs version


> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]