The "/Development Builds/..Player0.7.0-r236.exe" file could not be found or is not available. Please select another file.
Looking for the latest version? Download optim-1.1.0.tar.gz (199.0 kB)
Home / Octave MacOSX Binary / 2009-10-03 binary of Octave 3.2.3
Name Modified Size Status
Parent folder
Totals: 3 Items   92.9 MB
README_OSX1065.txt 2010-11-23 1.8 kB 15,616 downloads
octave-3.2.3-ppc.dmg 2009-10-03 43.6 MB 6,006 downloads
octave-3.2.3-i386.dmg 2009-10-03 49.3 MB 68,936 downloads
NOTES FOR SNOW LEOPARD USERS 1 - mkoctfile 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: 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: # along with this program; If not, see <http://www.gnu.org/licenses/>. add the lines CFLAGS="-m32 ${CFLAGS}" FFLAGS="-m32 ${FFLAGS}" CPPFLAGS="-m32 ${CPPFLAGS}" CXXFLAGS="-m32 ${CXXFLAGS}" LDFLAGS="-m32 ${LDFLAGS}" and save. 2 - Gnuplot.app 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: 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: DYLD_LIBRARY_PATH="${ROOT}/lib:${DYLD_LIBRARY_PATH}" to DYLD_LIBRARY_PATH="${ROOT}/lib" and save. NOTES FOR LEOPARD USERS 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.
Source: README_OSX1065.txt, updated 2010-11-23