This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
RE: packaging a GCC binary distribution so it can be installed at arbitrary locations?
- From: "Gary Funck" <gary at intrepid dot com>
- To: "Gcc Mailing List" <gcc at gcc dot gnu dot org>
- Date: Thu, 12 May 2005 09:29:44 -0700
- Subject: RE: packaging a GCC binary distribution so it can be installed at arbitrary locations?
Ian Lance Taylor wrote (in part):
> Telling the dynamic linker about a dynamic libgcc is still a problem,
> but that is a problem whereever you put the compiler.
If I'm not interested in build a dynamically linked gcc, or building
libgcc and related libraries as dynamic libraries, can I simply assert
--disable-shared when configuring gcc, and thus ensure that the resulting
compiler binaries can be easily moved around?