Re: cmucl-19e + gcc43 better, not quite there
Rex Dieter <[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? > LDB monitor > ldb> > > Is there any chance that some stale object code is in your build directory? Unlikely, I'm using clean/minimal chroot for each build. The failure is occurring trying to build for fedira9 (development) that uses gcc43. Fwiw, this same build works fine on fedora8 (using gcc41). /me keeps digging. >> Else, get "unistd_32.h" not found errors. > > OK. So, will the problem be solved if we start using -iquote in the > Linux build files? Yes, I can confirm that using -iquote solves this particular problem. -- Rex