This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
From dynamic to static executables
- To: gcc at gcc dot gnu dot org
- Subject: From dynamic to static executables
- From: Gerardo Lamastra <lamastra at sssup dot it>
- Date: Thu, 28 Dec 2000 02:31:36 +0100
- Organization: CSELT SpA
- Reply-To: Gerardo dot Lamastra at CSELT dot IT
Hello Everybody,
does anyone know if it is possible to produce directly (without doing a
recompilation) a static linked executable if I have only the dynamic
linking exec and the needed shared library (together with the dynamic
linker)?
If the answer is yes, how it is possible to do the trick?
Thanks!
-Gerardo Lamastra