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*
package octave macos
Hicks48
source share