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: Camm Maguire
Subject: Re: [Gcl-devel] Compiling Maxima 5.9.0 on Mac OS X
Date: 29 Aug 2003 17:37:42 -0400
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

Wonderful!  OK, please remind me when I get back to take care of that
' '.  Your tests look a little slow -- do you agree?  Same takes 6.7
sec. on my box.  Can you try a conventional (non alt-link) build and
make check that too?  And at some pt acl2.  In any case we're past
ready to commit your changes!  Could you please post a patch?

Take care,

Aurélien Chanudet <address@hidden> writes:

> > 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
> 
> 
> 

-- 
Camm Maguire                                            address@hidden
==========================================================================
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah




reply via email to

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