|
From: Víctor G.T. <vg...@gm...> - 2016-05-12 08:07:54
|
*> [Maxima-discuss] Problem installing on a Mac <https://sourceforge.net/p/maxima/mailman/message/34420895/>* > From: Jorge Calvo <Jorge.C<alvo@av...> - 2015-08-31 15:58:35 >Dear Maxima gurus: >One of my students is having trouble installing Maxima on her Mac (running OS 10.10.3 Yosemite). She has downloaded the appropriate files and successfully completed the first two steps in the .rtf (installing Maxima and installing wxMaxima). The difficulty comes when she tries to install GNUPLOT. When she runs GNUPLOT she gets the following error in the Terminal window: >OSXs-MacBook-Pro:~ Admin$ exec '/Applications/Gnuplot.app/Contents/Resources/bin/gnuplot' /Applications/Gnuplot.app/Contents/Resources/bin/gnuplot: line 61: 397 Illegal instruction: 4 GNUTERM="${GNUTERM}" GNUPLOT_HOME="${GNUPLOT_HOME}" PATH="${PATH}" DYLD_LIBRARY_PATH="${DYLD_LIBRARY_PATH}" HOME="${HOME}" GNUHELP="${GNUHELP}" DYLD_FRAMEWORK_PATH="${DYLD_FRAMEWORK_PATH}" GNUPLOT_PS_DIR="${GNUPLOT_PS_DIR}" DISPLAY="${DISPLAY}" GNUPLOT_DRIVER_DIR="${GNUPLOT_DRIVER_DIR}" "${ROOT}/bin/gnuplot-5.0.0" "$@" >[Process completed] >I had her install the X11 libraries (Xquartz), but the error persists. We also tried the fix noted in the .rtf for a possible “error regarding ‘DISPLAY :0.0’” to no avail. This is the first time I encounter this error and do not know how to proceed. Any ideas for a fix would be most appreciated! >Thanks! >Jorge > -- > Dr. Jorge Alberto Calvo > Associate Professor of Mathematics > Department of Mathematics > Ave Maria University > Phone: (239) 280-1608 > Email: jorge.calvo@...<mailto:jorge.calvo@...> > Web: http://sites.google.com/site/jorgealbertocalvo How I solved this problem: - I installed gnuplot from macports - the configuration folder for Maxima is not .maxima (as installation guide says) but .Maxima - change the old path of gnuplot for the new path, in "gnuplot_command" system variable into the maxima configuration file, (this file is into .Maxima folder). This algo can be done from wxmaxima configuration panel - You can delete the gnuplot version that comes with wxmaxima because it doesn't work properly. -- Víctor M. Gómez Traba |