From: Steve Haflich

Subject: Re: Series macro package

Date: 1999-2-24 20:39

   Date: Wed, 24 Feb 1999 09:43:48 -0800
   From: <balrog.ece.ucsb.edu at shiv> (Shiv)
   To: <cs.berkeley.edu at allegro-cl>
   Subject: Series macro package

   I am having some trouble compiling Richard C. Waters' Series macro package
   on ACL 4.3 (Solaris).  If anyone has done this before any advice will be
   appreciated.  Thanks,
   
   --shiv--
   
   PS: Currently the compile-file fails at a compile-let form which according
                                                    ^
   to cltl2 is not in the language any more.  (There were some earlier warnings
   too before the failure.)

COMPILER-LET is moved to the CLTL1 package.  Probably you want to use
that package for compiling series, and probaly also you want
COMP:*CLTL1-COMPILE-FILE-TOPLEVEL-COMPATIBILITY-P* and
*CLTL1-IN-PACKAGE-COMPATIBILITY-P* are both true.

This might not be everything you need to do, but it should be a start.