help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problem with pkg on Intel Mac?


From: Ben Abbott
Subject: Re: Problem with pkg on Intel Mac?
Date: Sun, 18 Nov 2007 11:07:43 -0500


On Nov 18, 2007, at 2:12 AM, jfc wrote:

Ben Abbott <bpabbott <at> mac.com> writes:

Can someone confirm this is/isn't a problem for Intel based Mac in
general?

I'm running OS X 10.4.11 and Octave 2.9.17


It works fine for me here with the same version numbers
for the OS, octave and the package.

JF


Thanks for the reply. I've tried two methods to build octave. Each gave the same result :-(

The info below is taken from my Fink info files (%c references ConfigureParams)

(1)
ConfigureParams: F77=%p/bin/g95 --libexecdir='${prefix}/lib'
 #!/bin/sh -ev
 gcclib=`%p/bin/g95 --print-lib`
 FLIBDIR=`dirname $gcclib`
 export FLIBS="-L${FLIBDIR} -lf95"
 export FFLAGS='-O2'
 export CFLAGS='-O2'
 export CXXFLAGS='-O2'
 ./configure %c
 make

(2)
ConfigureParams: --with-f77=%p/bin/gfortran --infodir='${prefix}/ share/info' --mandir='${prefix}/share/man' --libexecdir='${prefix}/ lib' -enable-shared -enable-dl --disable-static --build=%m-apple-darwin
 #!/bin/sh -ev
 export FFLAGS='-O2'
 ./configure %c
 make

Any chance anything stands out here?

Did your build include suitesparse?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]