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: Build GDB 7.0 with Cygwin -mno-cygwin option.


> > Should I use --build=i686-pc-mingw32 for configure? I had tried, but
> > got the following error:
> 
> We build GDB under the same conditions all the time without any problem.
> But our compiler is based on GCC 4.3.3, so you might want to try upgrading
> your compiler.  Just a guess.

Update on myself since I wasn't clear: We do *NOT* use -mno-cygwin.
We do build using "./configure ... i686-pc-mingw32". This form of
calling configure is deprecated and I've been meaning to fix that
for ages. I believe the right way of calling configure in this case
is to use --build=i686-pc-mingw32.

-- 
Joel


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