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: Windows build cookbook


> Date: Wed, 27 Jul 2011 09:06:48 -0700
> From: Joel Brobecker <brobecker@adacore.com>
> Cc: gdb@sourceware.org
> 
> > If there's no such thing, could someone who regularly builds the
> > native Windows (a.k.a. MinGW) port please share his/her setup?
> 
> I use the cygwin environment with a MinGW compiler, and configure
> using --build=i686-pc-mingw32 (or --build=x86_64-pc-mingw32).
> Using that approach, it pretty much builds out of the box.

Thanks, but that's not what I meant.  I guess I didn't make myself
clear enough.  I meant the support packages that GDB needs to be
linked against: the Python libraries, termcap/curses, libexpat,
readline, libiconv, etc.  Which of them do you use?  Or do you build
them as well by yourself?


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