Tried out cmucl-19e-pre1, and this works better (than cmucl-19d) and
gets further, but fails in some asm in
../../src/lisp/x86-assem.S
../../src/lisp/x86-assem.S: Assembler messages:
../../src/lisp/x86-assem.S:84: Error: suffix or operands invalid for
`fnstsw'

??

For complete build.log, see
http://koji.fedoraproject.org/koji/getfile?taskID=515618&name=build.log

Further, attached is a quick-n-dirty patch I needed to make it not choke on
#include <sys/syscalls.h>
->
#include <asm/unistd.h>
which contains
#ifdef __i386__
#include "unistd_32.h"
#else
#include "unistd_64.h"
#endif
on recent kernel-headers.  In short, translating -I- to use -iquote instead
(and have the build respect our rpm optflags)

-- Rex



-- Binary/unsupported file stripped by Listar --
-- Type: text/x-patch
-- File: cmucl-19e-optflags.patch



Reply via email to