This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: \bintuils and gcc system requirements
- From: Andrew Pinski <pinskia at physics dot uc dot edu>
- To: <kslindee at charter dot net>
- Cc: <gcc at gcc dot gnu dot org>
- Date: Fri, 14 Jan 2005 08:38:50 -0500
- Subject: Re: \bintuils and gcc system requirements
- References: <3khe4g$f9ma3r@mxip01a.cluster1.charter.net>
On Jan 14, 2005, at 8:32 AM, <kslindee@charter.net> wrote:
I work in commercial SW development. I have gone thru docs, but
cannot find a clear gcc distribution page that says when you use gcc,
the Linux system requirements for the end user are....
We are using RHL 2.1 and RHL 3.0 with gcc 3.2.3. We had a debug
crash, and needed \binutils 2.15. Does the end user need \binutils
2.15 then to run the compiled result? Does a customer who receives
our library need \binutils 2.15 to iink in our static or dynamic
linked result?
No only to compile it. binutils only includes the static
linker and assmebler (and some other utilities) but does not
include the dynamic linker (or sometimes called the shared/dynamic
library loader).
-- Pinski