This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
statically linked gcc executables
- From: "Angelo leto" <angleto at gmail dot com>
- To: gcc-help at gcc dot gnu dot org
- Date: Thu, 24 Jan 2008 09:46:24 +0100
- Subject: statically linked gcc executables
Hi, I'm trying to build statically all the gcc executables in order to
generate a portable compiler package, in particular I need a package
which is not dependent from a specific dynamic loader version
(ld-linux.so.2), could you please help me to find a way to obtain
this?
For instance I can run gcc using the command "ld-linux.so.2
~/mygcc/usr/bin/c++", but c++ then calls cc1plus which also needs
ld-linux.so.2 ....
Many thanks for any help.
bye