help-octave
[Top][All Lists]
Advanced

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

Re: install octave 3.80 while running ./run-octave get an error: Segment


From: Mike Miller
Subject: Re: install octave 3.80 while running ./run-octave get an error: Segmentation fault (core dumped)
Date: Tue, 8 Apr 2014 11:52:51 -0400

Adding help-octave to cc, please always reply to the mailing list so
everyone can benefit from the discussion.

On Mon, Apr 7, 2014 at 10:19:53 +0800, 高胜伍 wrote:
> My os is RedHat Linux Enterprise Server 6Update 3 with on root. I'm just a
> nomal user. Compiler is icc and ifort.
> ifort version is ifort (IFORT) 13.0.1 20121010.
> icc version is icc (ICC) 13.0.1 20121010.
>
> before "make", I try using this:
>  ./configure --prefix=/data/home/xjsjdingguangtai/sfware/
> CPPFLAGS="-I$HOME/sfware/include -I/data/soft/intel/mkl/include"
> LDFLAGS="-L$HOME/sfware/lib -L/data/soft/intel/mkl/lib/intel64"
> --with-blas="-Wl,--start-group -lmkl_intel_lp64 -lmkl_intel_thread
> -lmkl_core -Wl,--end-group -liomp5 -lpthread"
> --with-lapack="-Wl,--start-group -lmkl_intel_lp64 -lmkl_sequential
> -lmkl_core -Wl,--end-group -liomp5 -lpthread" --enable-64 --disable-readline
>
> becase my serve have mkl libs. I learn some parameters from
> here:http://software.intel.com/en-us/articles/using-intel-mkl-in-gnu-octave/.

I don't build Octave with the Intel compiler so I can't help very
much, other than to say I have managed to build it with Intel before
once as a proof of concept. I can point you at the bug that looks like
the error you are seeing, which affected certain older versions of
gcc, see https://savannah.gnu.org/bugs/?30685. Looking at the fix for
that bug may help you get further.

But the best help I can offer is to suggest that you try compiling
Octave with gcc instead of a compiler that we can't help you with. Or
ask your Intel sales rep for help instead of us.

HTH,

-- 
mike



reply via email to

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