What's this error?Re: Hi,everyone here! About Kaffe on Linux-vr

Alexandre Oliva oliva at lsd.ic.unicamp.br
Thu Apr 19 15:19:38 PDT 2001


On Apr 18, 2001, yewang at eng.auburn.edu wrote:

> I still can not get the Kaffe cross-compiled.

The tests done by configure that try to detect the size of certain
data types won't work when cross compiling.  You'll have to set them
by hand, or rebuild configure using a recent pre-release of autoconf
(2.49d, for example), in which these tests are done with a compile
test (that doesn't require running a program, something almost
impossible to do in a cross-compilation environment.

The variables you'll want to set in config.cache or in your
environment are ac_cv_sizeof_{short,int,long,long_long,__int64,voidp}.

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


More information about the kaffe mailing list