This is the mail archive of the gdb-patches@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 7.3.92 with MinGW


On 2012-1-11 12:08, Eli Zaretskii wrote:
Date: Wed, 11 Jan 2012 08:42:12 +0800
> From: asmwarrior<asmwarrior@gmail.com>
> > Here is what I did before:
> make install
> cd to installed_folder
> strp *.exe
That doesn't strip the libraries, and if GDB will some time distribute
a shared library, won't DTRT with them.

Stripping libraries needs special switches to `strip' which is a pain
to type, and for *.a libraries you need to run ranlib afterwards.
"install-strip" does all that automatically.
Thank you very much!

Mostly I think I don't need the "include" and "lib" folder in gdb.
Do I need to develop a program depend on gdb's library? No
I only need "bin" and "shared" folder.

asmwarrior
ollydbg from codeblocks' forum


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