Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>I had the same problem and took me a while to find the "note for users of Mac OS X 10.6". I copy them here:</p> <p>NOTES FOR SNOW LEOPARD USERS</p> <p>1 - mkoctfile</p> <p>Since OSX 10.6 the Apple shipped version of gcc builds by default 64bit binaries As the libraries included with Octave.app version 3.2.3 are 32bit, you need to apply the following patch in order for mkoctfile to work:</p> <p>1.1) open the folder /Applications in the finder 1.2) right-click on Octave.app and select "show package contents" 1.3) navigate to /Applications/Octave.app/Contents/Resources/bin 1.4) right-click on the file "mkoctfile" and select "Open with -> Other ... -> TextEdit.app" 1.5) right after the line:</p> <pre><code> # along with this program; If not, see &lt;http://www.gnu.org/licenses/&gt;. </code></pre> <p>add the lines </p> <pre><code> CFLAGS="-m32 ${CFLAGS}" FFLAGS="-m32 ${FFLAGS}" CPPFLAGS="-m32 ${CPPFLAGS}" CXXFLAGS="-m32 ${CXXFLAGS}" LDFLAGS="-m32 ${LDFLAGS}" </code></pre> <p>and save.</p> <p>2 - Gnuplot.app</p> <p>An update to system libraries introduced with OSX 10.6.5 has broken the functionality of the Gnuplot.app included with the Octave.app distribution, in order to use Gnuplot.app on OSX 10.6.5 and later, you can use the fix described below:</p> <p>2.1) open the folder /Applications in the finder 2.2) right-click on Gnuplot.app and select "show package contents" 2.3) navigate to /Applications/Gnuplot.app/Contents/Resources/bin 2.4) right-click on the file "gnuplot" and select "Open with -> Other ... -> TextEdit.app" 2.5) change the line:</p> <pre><code> DYLD_LIBRARY_PATH="${ROOT}/lib:${DYLD_LIBRARY_PATH}" </code></pre> <p>to </p> <pre><code> DYLD_LIBRARY_PATH="${ROOT}/lib" </code></pre> <p>and save.</p> <p>NOTES FOR LEOPARD USERS</p> <p>An update to system libraries introduced with OSX 10.5.8 has broken the functionality of the Gnuplot.app included with the Octave.app distribution, in order to use Gnuplot.app on OSX 10.5.8 and later, you can use the same fix described above for OSX 10.6.5.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload