help-octave
[Top][All Lists]
Advanced

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

Re: mkoctfile and mex broken on Mac 10.6 Snow Leopard (with patch of a s


From: Sciencegal
Subject: Re: mkoctfile and mex broken on Mac 10.6 Snow Leopard (with patch of a sort)
Date: Fri, 25 May 2012 12:16:23 -0700 (PDT)

RickG wrote
> 
> 
> patch for the time being is to put
> 
> CFLAGS=”-arch i386 ${CFLAGS}”
> FFLAGS=”-arch i386 ${FFLAGS}”
> CPPFLAGS=”-arch i386 ${CPPFLAGS}”
> CXXFLAGS=”-arch i386 ${CXXFLAGS}”
> LDFLAGS=”-arch i386 ${LDFLAGS}”
> 
> just after
> 
> set -e
> 
> 

I know it's been awhile since you posted this, but maybe someone will pick
up on it. I included these statements in the mkoctfile_3.2.3 as you
suggested, but then when starting Octave I get the message:

/Applications/Octave.app/Contents/Resources/bin/mkoctfile-3.2.3: line 29:
i386: command not found

Any idea what's wrong here?

--
View this message in context: 
http://octave.1599824.n4.nabble.com/mkoctfile-and-mex-broken-on-Mac-10-6-Snow-Leopard-with-patch-of-a-sort-tp1636977p4630161.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

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