[plt-scheme] compiling mzscheme without collects

From: Eli Barzilay (eli at barzilay.org)
Date: Wed Jun 11 00:32:30 EDT 2008

On Jun 11, Vijay Mathew wrote:
> Is it possible to build mzscheme on Linux, without the libraries in
> "collects"?  I need a bare minimum MzScheme interpreter shell and
> static library.

You need the libraries because the build itself is using them, but you
can remove them afterwards.  However, it's questionable how useful the
result will be -- especially with the new release where a lot more of
`mzscheme' is implemented in libraries.

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


Posted on the users mailing list.