This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
RE: static blending/relinking
- From: "Lev Assinovsky" <LAssinovsky at algorithm dot aelita dot com>
- To: <porte64 at free dot fr>,<gcc-help at gcc dot gnu dot org>
- Date: Fri, 26 Mar 2004 16:13:17 +0300
- Subject: RE: static blending/relinking
I don't think it's possible.
----
Lev Assinovsky
Aelita Software Corporation
O&S InTrust Framework Division, Team Leader
ICQ# 165072909
> -----Original Message-----
> From: porte64@free.fr [mailto:porte64@free.fr]
> Sent: Friday, March 26, 2004 3:42 PM
> To: gcc-help@gcc.gnu.org
> Subject: static blending/relinking
>
>
> Does gcc's linker provide options to generate a static binary
> from ELF pieces (executable + dynamically-linked libraries) ?
>
> If someone would be kind enough to give a command line sample ...
>
> Someone wrote such an ELF swiss-knife: reducebind.c but it
> is alpha and only works on Linux.
> It's able to only take the needed parts of code within each
> library, which is great.
> Can gcc's linker behave so ?
>
> Anyway the need of such a software engineering tool is real,
> e.g. for all those who want to design busyboxes, make
> commercial software portable, etc ... Essential.
>
> Best regards
> Paul
>