Re: CMUCL 18d failing to compile...
"Michael A. Koerber" <[email protected]> Wed, 12 Mar 2003 07:48:21 -0500
| Newsgroups | gmane.lisp.matlisp.user |
|---|---|
| Message-ID | <[email protected]> |
In the INSTALL file read that the sequence of events is something like ./configure --with-lisp=cmucl make > 4. Configure the system. > o If you're using Allegro CL, specify --with-lisp=acl. > o If you're using CMU CL, specify --with-lisp=cmucl > o Give the name of the Lisp executable via --with-lisp-exec=<name> > o Run configure: > > ./configure --with-lisp=<lisp> --with-lisp-exec=<exec> --prefix=`pwd` > > If you are not using g77 to compile, you may want to specify the > Fortran flags. For example, to build with Sun's Fortran compiler > this can be used (from bash): > > F77=f77 FFLAGS='-g -O -KPIC' ./configure ... > > 5. Build the Fortran and Lisp files > > make mike