Displaying 2 results from an estimated 2 matches for "jhpce".
2019 Sep 04
2
possible bug in R's configure check for C++11 features
...es the "right" CC, but in the test for c++11 it uses g++. This looks
wrong to me:
configure:28111: checking whether x86_64-conda_cos6-linux-gnu-g++ supports
C++98 features with -std=gnu++98
configure:28130: x86_64-conda_cos6-linux-gnu-g++ -std=gnu++98 -c -Wall
-mtune=amdfam10 -g -O2
-I/jhpce/shared/jhpce/core/conda/miniconda3-4.6.14/envs/svnR-3.6/include
-fpic -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 conftest.cp
p >&5
configure:28130: $? = 0
configure:28139: result: yes
configure:28315: checking whether g++ -std=c++11 supports C++11 features
configure:28607: g++ -std=c++11 -c -Wall -mtu...
2019 Sep 04
0
possible bug in R's configure check for C++11 features
...the test for c++11 it uses g++. This looks
> wrong to me:
>
> configure:28111: checking whether x86_64-conda_cos6-linux-gnu-g++ supports
> C++98 features with -std=gnu++98
> configure:28130: x86_64-conda_cos6-linux-gnu-g++ -std=gnu++98 -c -Wall
> -mtune=amdfam10 -g -O2
> -I/jhpce/shared/jhpce/core/conda/miniconda3-4.6.14/envs/svnR-3.6/include
> -fpic -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 conftest.cp
> p >&5
> configure:28130: $? = 0
> configure:28139: result: yes
> configure:28315: checking whether g++ -std=c++11 supports C++11 features
> configure:28607...