This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: copying gcc binaries
On Fri, Mar 22, 2002 at 04:17:08PM -0500, Bob Boz wrote:
> Janis,
> I cannot quite use your script. My installation is on one machine and I want
> to have it on another.
> Copying is the only option as these two machines have only ftp connection
> (so cannot mount the required directories on the new machine). I have copied
> everything over and I don't want to use the same directory names as the ones
> specified when configure was run on the first machine.
On your build machine, the GCC installation put everything under the
directory that you specified to configure with --prefix. You can copy
everything that GCC installed at that location to some location on the
other system and then use that new location in the script. The -B and
-isystem options override the pathnames with which GCC was built.
Janis