Re: cmucl-19e + gcc43 better, not quite there
Raymond Toy <[email protected]>
| Newsgroups | gmane.lisp.cmucl.general |
|---|---|
| Message-ID | <[email protected]> |
Carl Shapiro wrote: > On Fri, Mar 14, 2008 at 7:00 PM, Rex Dieter <[email protected]> wrote: > >> Yes, that seemed to help. Now I'm seeing some bits not building (but it's >> better) >> > > Great! > > It looks like your build is failing look for the following output > > "target:clx/clx-library.x86f" out of date. > interrupt_handle_now: No handler for signal 1486158303? > FWIW, it appears that run-program is broken. (run-program "/bin/cat" '("/etc/issue") :output "/tmp/foo") causes a segv at address 0. Not sure why yet, but it explains why I see the segvs after cmucl prints out messages that foo-library.x86f is out of date. Ray