Octave installation fails with mac osx error (segmentation error)

I am trying to install a common package (general-1.3.4.tar.gz) in an octave of 3.8.0. I am using mac osx Yosemite. Im getting a segmentation error. This happens no matter what package I try to install (e.g. singal). I have xcode and command line tools installed. All help would be appreciated.

Here is the error I get when doing pkg install general-1.3.4.tar.gz:

octave:3> pkg install general-1.3.4.tar.gz /usr/local/octave/3.8.0/bin/mkoctfile-3.8.0: line 512: 15159 Segmentation fault: 11 /usr/local/octave/3.8.0/bin/g++-mp-4.7 -c -fPIC -I/usr/local/octave/3.8.0/include/octave-3.8.0/octave/.. -I/usr/local/octave/3.8.0/include/octave-3.8.0/octave -I/usr/local/octave/3.8.0/include -pipe -Os -m64 -D_THREAD_SAFE -pthread SHA1.cc -o SHA1.o make: *** [SHA1.oct] Error 139 /usr/local/octave/3.8.0/bin/mkoctfile-3.8.0 SHA1.cc pkg: error running `make' for the general package. error: called from 'configure_make' in file /usr/local/octave/3.8.0/share/octave/3.8.0/m/pkg/private/configure_make.m near line 82, column 9 error: called from: error: /usr/local/octave/3.8.0/share/octave/3.8.0/m/pkg/private/install.m at line 199, column 5 error: /usr/local/octave/3.8.0/share/octave/3.8.0/m/pkg/pkg.m at line 394, column 9* 
+7
package octave macos
source share

No one has answered this question yet.

See similar questions:

3
Mkoctfile segmentation error

or similar:

1988
Find the version of the installed npm package
5
Octave 3.8.0 - package installation error on Mac OS X
3
Installing the Octave Signal Pack
2
Segmentation Error 11 when installing the composer on OSX 10.9.2
one
Install Vlfeat for Octave on Ubuntu14.04
one
octave package installation failed for windows
0
Cannot install image capture package on windows7 octave
0
How can I upgrade from octave 3.8.0 to 4.0.0 on OSX?
0
"os x" + octave + Miscellaneous Package: fix bugs
0
Install Octave Package Error

All Articles