[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

AKCL/MAXIMA installation



I am trying to built/install MAXIMA and I get the following error:

Error: (SYSTEM "(cd ./ ;gcc -I/tmp_mnt/home/kburton/akcl/o -static -DVOL=volatile -W  -O -c -I. mlisp.c -w)") returned a non-zero value -1.

It seems that the SYSTEM call is failing. I built AKCL with not problems. I
was building MAXIMA more as a test of my build of AKCL than anything else. This
is why I am reporting it here. It seems that I have not installed something
correctly. I can go into the 'src' directory under maxima and type
	
	gcc -I/tmp_mnt/home/kburton/akcl/o -static -DVOL=volatile -W  -O -c -I. mlisp.c -w

and I get no errors. Does anyone who has built MAXIMA with AKCL have any ideas
that they could share with me ? Thanks.

-
Kevin Burton
Noran Instruments				voice: (608) 831-6511 x317
2551 West Beltline Highway, Room 532		  FAX: (608) 836-7224
Middleton, WI 53562				email: kburton@noran.com



P.S. Here is a little more complete output of the build:

 Sun Jul 26 17:02:21 CDT 1992
./saved_max_compile ./ ./mlisp.lisp ./mlisp.o S1000
Compiling ./mlisp.lisp.
End of Pass 1.  
;; Note: Tail-recursive call of MAPPLY was replaced by iteration.
;; Note: Tail-recursive call of MAPPLY was replaced by iteration.
Using ifuncall: MEVAL1
;; Note: Tail-recursive call of MEVAL1 was replaced by iteration.
Using ifuncall: LOAD-FUNCTION
Using ifuncall: ARRSTORE
Using ifuncall: ML-TYPEP
;; Note: Tail-recursive call of MEVALATOMS was replaced by iteration.
Using ifuncall: PROCLAIM
Using ifuncall: ARRFUNCALL
Using ifuncall: SEND
;; Note: Tail-recursive call of ARRSTORE was replaced by iteration.
;; Note: Tail-recursive call of ARRSTORE was replaced by iteration.
;; Note: Tail-recursive call of ARRSTORE was replaced by iteration.
Using ifuncall: SYSTEM-SUBRCALL*
Using ifuncall: RECUR-APPLY
Using ifuncall: TRANSLATE-FUNCTION
End of Pass 2.  
Error: (SYSTEM "(cd ./ ;gcc -I/tmp_mnt/home/kburton/akcl/o -static -DVOL=volatile -W  -O -c -I. mlisp.c -w)") returned a non-zero value -1.
Fast links are on: do (use-fast-links nil) for debugging
Error signalled by UNLESS.
Backtrace: system::kcl-top-level > when > lisp:let > system:error-set > lisp:let > compile-file > loop > setq > apply > compiler::compile-file1 > lisp:let > unwind-protect > progn > lisp:let* > lisp:if > progn > cond > compiler::compiler-cc > compiler::safe-system > lisp:let > unless > CERROR
Bye.