From: Ken B. <kb...@co...> - 2015-03-02 22:57:22
|
On 3/2/2015 9:37 AM, Ken Brown wrote: >> generational GC requires libsigsegv. > > Thanks. The build on 32-bit Cygwin uses libsigsegv but not generational > GC, so there's no difference here between the 32-bit and 64-bit > situations. I should probably look into why generational GC isn't used > in the 32-bit case. The problem turns out to be that clisp's configure doesn't like Cygwin's mmap. I tried to build with -DHAVE_MMAP_ANON to see if this was just a problem with the configure test, but the build failed with a complaint about EXTRA-FILE-TYPES not being defined. I didn't pursue it further. Ken |