This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
copying gcc binaries
- From: "Bob Boz" <gcc_compiler at yahoo dot ca>
- To: <gcc at gcc dot gnu dot org>
- Date: Fri, 22 Mar 2002 15:39:52 -0500
- Subject: copying gcc binaries
To use gcc on a machine where gcc is not installed, I have to tar the whole
directory structure and ftp it over (mounting the directory is not an
option). This by itself does not work since a lot of the variables set at
configure time are still pointing to the old directories (trying
"gcc -print-search-dirs" for example will show some of them). I have tried
playing around with GCC_EXEC_PREFIX and such but I have not gotten anywhere.
Does a better solution exist? if not, could anyone help with setting up gcc
once I have copied (ftped) everything over?
Thanks,
Bob