changeset 12281:3f162dd0c112 release-3-4-x

README.MacOS: Additional modifications for building Octave manually.
author Ben Abbott <bpabbott@mac.com>
date Fri, 28 Jan 2011 19:50:08 -0500
parents 6027fdbcb3d8
children 81e9ff0cc729
files ChangeLog README.MacOS
diffstat 2 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Fri Jan 28 18:39:02 2011 -0500
+++ b/ChangeLog	Fri Jan 28 19:50:08 2011 -0500
@@ -1,5 +1,6 @@
 2011-01-28  Ben Abbott  <bpabbott@mac.com>
 
+	* README.MacOS: Additional modifications for building Octave manually.
 	* README.MacOS: Modify instructions for building Octave manually.
 
 2011-01-28  John W. Eaton  <jwe@octave.org>
--- a/README.MacOS	Fri Jan 28 18:39:02 2011 -0500
+++ b/README.MacOS	Fri Jan 28 19:50:08 2011 -0500
@@ -93,12 +93,17 @@
 
   * fftw3: Available from http://www.fftw.org/download.html
 
+      export F77="/usr/bin/gfortran"
       export CFLAGS="-arch i686 -arch x86_64"
       export FFLAGS="$CFLAGS"
       export LDLAGS="$CFLAGS"
       ./configure --disable-dependency-tracking
       make
-      make install
+      sudo make install
+      make clean
+      ./configure --enable-float --disable-dependency-tracking
+      make
+      sudo make install
 
 A fully functional Octave requires additional dependencies. See the link below
 for the details.