From: "Fahd Abidi" <fabidi@ultsol.com>
To: "Daniel Jacobowitz" <drow@false.org>, "Dave Korn" <dave.korn@artimi.com>
Cc: <gdb@sourceware.org>
Subject: RE: Building GDB Statically
Date: Wed, 14 Mar 2007 12:18:00 -0000 [thread overview]
Message-ID: <071DB0C788671B48940BC79F8B49306907260D@ultsol01.tewks.ultsol.local> (raw)
I finally found how to do it. Under gdb6.6root/gdb/Makefile.in edit
there is a commented line like so:
#(CC_LD)=gcc -static
(CC_LD)=(CC)
I Just had to comment in the first line and comment out the second. I
also built it with out the shared libraries. the resulting Binary still
does not work under RH9 though, complains that the kernel version is too
old.
BTW another possibility was if you used the optional CFLAG parameter
from the make command itself:
make CFLAG=-static
I am instead Building GDB6.4 on RH9 and am going to use that as my cross
host GDB binary, I have built it statically on RH9 and thus far have
confirmed that it works on FC6.
thanks for the help.
Fahd
-----Original Message-----
From: gdb-owner@sourceware.org [mailto:gdb-owner@sourceware.org] On
Behalf Of Daniel Jacobowitz
Sent: Tuesday, March 13, 2007 3:16 PM
To: Dave Korn
Cc: Fahd Abidi; gdb@sourceware.org
Subject: 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
next reply other threads:[~2007-03-14 12:18 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-03-14 12:18 Fahd Abidi [this message]
-- strict thread matches above, loose matches on Subject: below --
2007-03-13 18:22 Fahd Abidi
2007-03-13 18:03 Fahd Abidi
2007-03-13 18:08 ` Dave Korn
2007-03-13 18:15 ` Daniel Jacobowitz
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=071DB0C788671B48940BC79F8B49306907260D@ultsol01.tewks.ultsol.local \
--to=fabidi@ultsol.com \
--cc=dave.korn@artimi.com \
--cc=drow@false.org \
--cc=gdb@sourceware.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox