Re: Terminating Makefile

Raymond Toy <[email protected]> Mon, 27 Oct 2003 16:15:25 -0500
Newsgroups gmane.lisp.matlisp.user
Message-ID <[email protected]>
>>>>> "Michael" == mak  <[email protected]> writes:

    >> This is acceptable to me.  However, I think we need to think about
    >> adding a script or something for the user to run to do the necessary
    >> magic to get him into matlisp.  We may also want to create a
    >> matlisp.core, which I don't think currently happens.  But I tend not
    >> to save cores and instead load up the individual fasls.  But matlisp
    >> is big so loading these is a bit slow....

    Michael> Saving the Matlisp core (as well as the sample Matlisp startup script) 
    Michael> is, IMHO, required at least as a user selectable option.  If changes
    Michael> are to be made to the make file, having a "make intall" would be 
    Michael> nice.

FWIW, I have this working in my personal tree.  "make" will just make
the matlisp.core.  I think it should port to ACL, but I don't have ACL
to test it, so someone else will have to do that.

I don't yet have install done, but that should be straight-forward to
do.

I'll probably check this in some time soon.

Ray