gcl-devel
[Top][All Lists]
Advanced

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

Re: [Gcl-devel] Compiling Maxima 5.9.0 on Mac OS X


From: Aurélien Chanudet
Subject: Re: [Gcl-devel] Compiling Maxima 5.9.0 on Mac OS X
Date: Fri, 29 Aug 2003 14:32:12 +0200 (CEST)

> Great!  So can you run maxima's 'make check'
> successfully too?

Hi,

'make checked' apparently worked as well. See output
below :

echo "Running test suite with gcl..."; \
/bin/sh ../maxima-local --lisp=gcl
--batch-lisp=tests.lisp > tests-gcl.log < /dev/null
2>&1; \
./summarize-log tests-gcl.log
Running test suite with gcl...

*** Summary results for tests recorded in
*** log file tests-gcl.log:
Error summary:
Error(s) found in rtest15.mac: (4)

Expected failures (known bugs in this version of
Maxima):
rtest15.mac: (4)

Timing:
real time : 52.033 secs
run time  : 80.950 secs
*** end of summary for tests-gcl.log

Note that I had to remove a spurious space (' ') in
cmpmain.lsp in order for the command issued to the
linker to work properly. See patch below.

--- cmpnew/cmpmain.lsp.old      Thu Aug 28 15:28:23
2003
+++ cmpnew/cmpmain.lsp  Fri Aug 29 14:32:05 2003
@@ -761,7 +761,7 @@
   (setq init (format nil "init_~a.lsp" (pathname-name
image)))
 
   (system 
-   (format nil "~a ~a user-init.o ~a -L ~a ~a ~a"
+   (format nil "~a ~a user-init.o ~a -L~a ~a ~a"
           *ld* 
           raw
           (let ((sfiles ""))

Aurelien 

___________________________________________________________
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Mail : http://fr.mail.yahoo.com




reply via email to

[Prev in Thread] Current Thread [Next in Thread]