Greetings!
Robert Boyer <[EMAIL PROTECTED]> writes: > If I invoke the ANSI tests with > > cd /u/boyer/gcl/gcl-2.7.0/ansi-tests > make LISP="../bin/gcl" > > I get the following strange results below, which suggest to me that the > entire testing process stops immediately after the (load "gclload1.lsp") in > doit.lsp. > > It seems as though the (load "gclload1.lsp") consumes all of the rest of > the input in the file doit.lsp! > > This strange truncation seems also to happen with the shell command > > ../bin/gcl < doit.lsp > Yep, we're swallowing input here on the first error. Will look into terminal detection. Take care, > though strangely not with > > ../bin/gcl -load "doit.lsp" > > Weird. > > Bob > > ------------------------------------------------------------------------------- > > The strange results: > > % make LISP="../bin/gcl" > cat doit.lsp | ../bin/gcl | tee test.out > GCL (GNU Common Lisp) 2.7.0 ANSI Mar 5 2006 15:51:53 > Source License: LGPL(gcl,gmp,pargcl), GPL(unexec,bfd) > Binary License: GPL due to GPL'ed components: (BFD UNEXEC) > Modifications of this banner must retain notice of a compatible license > Dedicated to the memory of W. Schelter > > Use (help) to get some basic information on how to use GCL. > Temporary directory for compiler files set to /tmp/ > > > > NIL > > > > Loading gclload1.lsp > Finished loading gclload1.lsp > T > > >% > > > -- Camm Maguire [EMAIL PROTECTED] ========================================================================== "The earth is but one country, and mankind its citizens." -- Baha'u'llah _______________________________________________ Gcl-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gcl-devel
