From: Michael A. K. <ma...@ll...> - 2003-03-12 13:01:13
|
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 |