>>>>> dvanhorn writes:
> Hello,
> creating Makefile
> creating scsh/endian.scm
> creating scsh/static.scm
> creating c/sysdep.h
> The end of config.log...
> configure:3012: checking for const sys_errlist
> configure:3026: gcc -c -O2 conftest.c 1>&5
> configure: In function `main':
> configure:3022: conflicting types for `sys_errlist'
> /usr/include/sys/errno.h:23: previous declaration of `sys_errlist'
> configure: failed program was:
> #line 3018 "configure"
> #include "confdefs.h"
> #include <errno.h>
> #include <unistd.h>
> int main() {
> const extern char *sys_errlist[];
> ; return 0; }
Okay, your configure script finished without problems.
> Here is the error I get...
> $ make
> [...]
> build/build-usual-image . "`pwd`/scheme" 'scheme48.image' './scshvm' \
> 'build/initial.image'
> Premature EOF when reading image file
> Image file "build/initial.image" is unusable.
> make: *** [scheme48.image] Error 1
Your build/initial.image is corrupt. Try to get a new copy from the
tarball.
--
Martin
|