This is the mail archive of the gcc-bugs@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: libf2c + elf + multilib = build problems


On Aug 17, 2000, Richard Earnshaw <rearnsha@arm.com> wrote:

> One thing I notice is that configure is finding the value for gcc from 
> arm-elf/config.cache.  Surely this is bad.

Yep, this is certainly not good, but this is an autoconf issue.  There
are reasons why it is done this way: if any of the relevant compiler
variables (i.e., CC) changes, it would be reasonable to assume that
the whole cache no longer applies.  CVS autoconf will warn about the
change, but the current autoconf will just use the value from the
cache, *instead* of that in environment variables.

So, remove config.cache (or wipe out the contents of the target dirs)
and `make all'.

-- 
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]