| I tried running Arc3.1 on Windows, and it dies with: ffi-obj: couldn't get "setuid" from #f (The specified procedure could not be found.; errno=127)
I worked around this by editing ac.scm, replacing the line: (define setuid (get-ffi-obj 'setuid #f (_fun _int -> _int)))
with (define (setuid x) x)
|