packaging a GCC binary distribution so it can be installed at arbitrary locations?
Gary Funck
gary@intrepid.com
Thu May 12 17:00:00 GMT 2005
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?
More information about the Gcc
mailing list