Thread: iLiad Maxima or other CAS?
View Single Post
Old 07-20-2008, 05:48 PM   #6
maciekdendzik
Junior Member
maciekdendzik began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Jul 2008
Device: Iliad
Need help with this:
Code:
[sbox-iliad: ~/src.maxima/maxima-5.15.0] > ./configure
checking for a BSD-compatible install... /scratchbox/tools/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... arm-unknown-linux-gnu
checking host system type... arm-unknown-linux-gnu
checking for iconv... true
checking for recode... true
checking for clisp... false
checking for gcl... false
checking for lisp... false
checking for scl... false
checking for sbcl... false
checking for lisp... false
checking for openmcl... false
configure: error: No lisp implementation specified and none of the default executables clisp(clisp),gcl(GCL),lisp(CMUCL),scl(SCL),sbcl(SBCL),lisp(ACL),openmcl(OpenMCL) were found in PATH
1)I started with clisp-2.46 and I got after ./configure:

Code:
...
config.status: creating po/Makefile
Configure findings:
  FFI:        no (user requested: default)
  readline:   no (user requested: default)
  libsigsegv: yes
./makemake     > Makefile
make: `config.lisp' is up to date.

To continue building CLISP, the following commands are recommended
  (cf. unix/INSTALL step 4 ff):
    cd src
    vi config.lisp
# The default stack size on your platform is insufficient
# and must be increased to at least 16384.  You must do either
# 'ulimit -s 16384' (for Bourne shell derivatives, e.g., bash and zsh)
# or 'limit stacksize 16384' (for C shell derivarives, e.g., tcsh)
    make
    make check
Make doesn't work in the main folder but after typing make in clisp/src I get:
Code:
...
qemu: uncaught target signal 4 (Illegal instruction) - exiting
make: *** [interpreted.mem] Error 252
2)This error I get with gcl:
Code:
...
checking whether gcc unsigned division works... configure: WARNING: unrecognised gcc version string: sbox-arm-softfloat-linux-gnu-cc (GCC) 3.4.2
Copyright (C) 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
no, gcc <= 2.95.3
configure: error: could not find a working compiler
#
#
#
# Subconfigure of GMP done
# ------------------------
#
cp: cannot stat `gmp3/gmp.h': No such file or directory
checking for leading underscore in object symbols... no
checking for GNU ld option -Map... yes
checking for size of gmp limbs... Cannot determine mpsize
Anyone?
PS:
Has anybody ported lisp implementation?
maciekdendzik is offline   Reply With Quote