[plt-scheme] compiling mzscheme without collects
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!