In message <[EMAIL PROTECTED]>, John Tytgat wrote: > In message <[EMAIL PROTECTED]> > Adam <[EMAIL PROTECTED]> wrote: > > > The build-output.txt and config.log files, in case it's helpful are at: > > http://www.snowstone.org.uk/temp/gcc3.zip > > Good, config.log reveals: > > --8<-- > It was created by configure, which was > generated by GNU Autoconf 2.61. Invocation command line was > --8<-- > > Ahem, gcc 4.1 really really needs Autoconf 2.59. This version, not > an earlier one, not a more recent one.
Oh, thanks. I've changed to 2.5. Unfortunately the Cygwin installer makes avoiding having the most up to date versions of packages quite a pain. > --8<-- > configure:4310: arm-unknown-riscos-gcc -c -g -O2 conftest.c >&5 > conftest.c:8:17: error: gmp.h: No such file or directory > conftest.c: In function 'main': > conftest.c:14: error: 'choke' undeclared (first use in this function) > conftest.c:14: error: (Each undeclared identifier is reported only once > conftest.c:14: error: for each function it appears in.) > conftest.c:14: error: expected ';' before 'me' > configure:4316: $? = 1 > --8<-- > > This fails and configure concludes that there is no working > cross-compiler available. However, the check on gmp.h is probably > because of the newer version of Autotools I just re-tried with autoconf 2.5 but got the same result. I'll delete builddir-riscos and try again from scratch at some point. Adam -- Adam Richardson Carpe Diem http://www.snowstone.org.uk/riscos/ _______________________________________________ GCCSDK mailing list [email protected] Bugzilla: http://www.riscos.info/bugzilla/index.cgi List Info: http://www.riscos.info/mailman/listinfo/gcc Main Page: http://www.riscos.info/index.php/GCCSDK
