From: Tamas P. <tk...@gm...> - 2007-04-02 14:49:51
|
Hi, I tried to compile matlisp, but make failed (see error messages below). I also included the output from configure. Sorry if it is something obvious, I am a Lisp newbie. Thanks, Tamas % ./configure checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking target system type... i686-pc-linux-gnu checking for ranlib... ranlib checking for gcc... gcc checking for C compiler default output... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for executable suffix... checking for object suffix... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking whether gcc and cc understand -c and -o together... yes checking for g77... g77 checking whether we are using the GNU Fortran 77 compiler... yes checking whether g77 accepts -g... yes checking whether g77 understand -c and -o together... yes checking whether we are using the GNU Fortran 77 compiler... (cached) yes checking whether g77 accepts -g... (cached) yes checking how to get verbose linking output from g77... -v checking for Fortran 77 libraries... -L/usr/lib/gcc/i486-linux-gnu/3.4.6 -L/usr/lib/gcc/i486-linux-gnu/3.4.6/../../../../lib -L/usr/lib/gcc/i486-linux-gnu/3.4.6/../../.. -L/lib/../lib -L/usr/lib/../lib+-lfrtbegin -lg2c -lm -lgcc_s checking for dummy main to link with Fortran 77 libraries... none checking for Fortran 77 name-mangling scheme... lower case, underscore, extra+underscore configure: creating ./config.status config.status: creating matlisp.mk config.status: creating lib/lazy-loader.lisp config.status: creating src/f77-mangling.lisp % make make -f matlisp.mk make[1]: Entering directory `/home/tpapp/doc/lisp/matlisp-2_0beta-2003-10-14''(progn (load "start.lisp "))' make[1]: (progn (load "start.lisp")): Command not found make[1]: *** [all] Error 127 make[1]: Leaving directory `/home/tpapp/doc/lisp/matlisp-2_0beta-2003-10-14' make: *** [all] Error 2 |