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: Building GDB Statically


On Tue, Mar 13, 2007 at 06:07:55PM -0000, Dave Korn wrote:
>   Most GNU software allows you to specify "--disable-shared" as an option to
> the configure command to obtain a statically-linked build; this takes care of
> everything you need to do for both compiler flags, linker flags, libtool
> settings etc.

Actually, --disable-shared normally only generates static libraries
instead of shared libraries.

Setting LDFLAGS or CFLAGS should work.  However GDB may or may not
when moved between systems; I do not recommend the use of static
binaries.  Compiling a dynamically linked binary on the oldest
interesting system works best.

-- 
Daniel Jacobowitz
CodeSourcery


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