[plt-scheme] 3m drscheme by default?
At Sat, 18 Feb 2006 14:22:43 +0000, "Paulo J. Matos" wrote:
> Hi,
>
> I've compiled the latest svn and from configure help:
> --enable-account 3m: use memory-accounting GC (enabled by default)
>
> So I just did ./configure --prefix=..., make and make install and
> everything went fine but I was expecting a drscheme3m binary which is
> not there. Is the drscheme binary I have using the 3m GC or do I
> really need to do ./configure --enable-account since it is _disabled
> by default_?
You need to `make 3m' and `make install-3m'. Search for "3m" in
plt/src/README for more information.
Matthew