octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #50351] install the parallel package failed


From: Collin
Subject: [Octave-bug-tracker] [bug #50351] install the parallel package failed
Date: Sun, 19 Feb 2017 13:13:38 -0500 (EST)
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_2) AppleWebKit/602.3.12 (KHTML, like Gecko) Version/10.0.2 Safari/602.3.12

Follow-up Comment #2, bug #50351 (project octave):

Thanks for the swift reply. I did what you suggested:
$ export CXX="icpc -std=c++11"
$ echo $CXX
icpc -std=c++11

So, I think c++11 features should be accessible. However, in the octace
propmt, when I installed the parallel package, I got the similar errors as
before:

octave:2> pkg install parallel-3.1.1.tar 
configure: error: could not enforce using C++11 features
checking for mkoctfile... /project/User.Test/octave-4.0.0/bin/mkoctfile-4.0.0
checking for octave-config...
/project/User.Test/octave-4.0.0/bin/octave-config-4.0.0
checking for a sed that does not truncate output... /bin/sed
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether icpc  -std=c++11 accepts -g... yes
checking for icpc  -std=c++11 option to enable C++11 features... unsupported
checking for icpc  -std=c++11 option to enable C++98 features... none needed

pkg: error running the configure script for parallel.
error: called from 'configure_make' in file
/project/User.Test/octave-4.0.0/share/octave/4.0.0/m/pkg/private/configure_make.m
near line 79, column 9

As you can see, -std=c+11 option was on, but it still complained unsupported
C++ features. I was aslo puzzled about "checking whether we are using the GNU
C++ compiler... yes". What I'm using is Intel c++ compiler, but it supposed
the GNU C++ compiler is in use ( ... yes). Appreciate it again for your help.



    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?50351>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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