[plt-scheme] v300 on OpenBSD

From: Eli Barzilay (eli at barzilay.org)
Date: Tue Dec 27 19:43:17 EST 2005

On Dec 27, Patrick Collison wrote:
> Removed foreign, and the build went okay, up 'till the usual hang. So  
> looks like libffi and co. are out of the question.
> 
> Do people have any pointers as to where I should go poking around,
> or how to even begin debugging this? In particular, knowing how to
> execute in isolation whatever's going on in:
> 
> setup-plt: Compiling .zos used by Parser-tools
> setup-plt:   in /root/tmp/plt/collects/parser-tools/
> 
> would be useful, so that I don't have to run ./install each time. I
> took a quick glance through the setup .ss files, but it didn't seem
> obvious.

find .../plt/collects/parser-tools -name compiled | xargs rm -rf
setup-plt -l parser-tools

-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                  http://www.barzilay.org/                 Maze is Life!


Posted on the users mailing list.