On Feb 13, 10:02 am, mark mcclure <mcmcc...@unca.edu> wrote:
> On Feb 13, 12:55 pm, William Stein <wst...@gmail.com> wrote:

Hi Mark,

> > On Fri, Feb 13, 2009 at 9:53 AM, mark mcclure <mcmcc...@unca.edu> wrote:
> > What happens when you type:
>
> > ./sage -maxima
>
> I get the error message shown below.  I had tried that
> already, since I frequently use sage precisely to access
> maxima.
>
> ---------------- Bad sage -maxima session -------------
> mcmcclure$ /Applications/Sage.app/Contents/Resources/sage/sage -maxima
> Maxima 5.16.3http://maxima.sourceforge.net
> Using Lisp CLISP 2.46 (2008-07-02)
> Distributed under the GNU Public License. See the file COPYING.
> Dedicated to the memory of William Schelter.
> The function bug_report() provides bug reporting information.
> Unknown plot option specified:  gnuplot_pipes_term
>  -- an error.  To debug this try debugmode(true);

Hmm, any chance you have gnuplot installed on your system? There is an
issue when gnuplot is provided by Fink or MacPorts since it then links
to Apple's IOKit which also provides a libpng which has some renamed/
added symbols which do clash with Sage's libpng. Since
DYLD_LIBRARY_PATH is set by Sage in its env to pick up its own libpng
first things go boom, i.e. gnuplot should fail at start. The issue
with Sage's libpng and IOKit clashing will be fixed once and for all
in 3.3.rc1.

If you have gnuplot installed you might want to try to take it out of
$PATH to see if the problem goes away. There is also the chance that
clisp blows up - unfortunately clisp segfaulting or doing something
dumb has been the source of many problems with Maxima in Sage. Clisp
2.46 also still has the problem that if you have a file with umlauts
or accents, i.e. something not 7 bit ascii, in $HOME it will blow up
on startup. Oh well, insert rant about the state of OS lisp
implementations here, I have done it often enough :)

> Maxima encountered a Lisp error:
>
> THROW: there is no CATCHer for tag MACSYMA-QUIT
>
> Automatically continuing.
> To reenable the Lisp debugger set *debugger-hook* to nil.
>
> *** - THROW: there is no CATCHer for tag RETURN-FROM-DEBUGGER
> The following restarts are available:
> MACSYMA-QUIT   :R1      Maxima top-level

Interesting that the macro still refers to MACSYMA.

> Break 1 [1]>

Cheers,

Michael
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe from this group, send email to 
sage-devel-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to