This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: ARM native gcc-2.95.2


On Mar  9, 2001, bkohlen@intrinsyc.com wrote:

> # following this, i tar/gzipped the contents of /tmp/gcc-2.95.2-isolated/
> up, and
> # transported it to the arm machine from my pc, and untarred it from /. in
> other
> # words, the compiler is not actually installed at the same $prefix it was
> compiled
> # with, it is installed with the /tmp/gcc-2.95.2-isolated/ stripped off.

That would be a problem.  AFAIK, GCC 2.95.2 has to be configured with
the actual prefix it's going to have at run-time.  It's ok to `make
install prefix=/somewhere/else', then tar it up and install it in the
configured place, though.

To avoid rebuilding, look for GCC_EXEC_PREFIX or the -B command-line
flag in the GCC manual.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]