Closed rsjohnso closed 8 years ago
gcc 4.4 is too old for c++11. Try something modern, at least 4.7.
Thanks, I realized that and installed 5.1 and it works.
Scott Johnson Production Eng, Sr Desk: (217) 255-4317 IM: rsjohnso36
From: Dmitriy Selivanov <notifications@github.com>
To: lmullen/tokenizers tokenizers@noreply.github.com Cc: rsjohnso scottj1@yahoo-inc.com; Author author@noreply.github.com Sent: Thursday, May 12, 2016 12:00 AM Subject: Re: [lmullen/tokenizers] Tokenizers does not compile on RHEL 6.5.7 (#16)
gcc 4.4 is too old for c++11. Try something modern, at least 4.7.— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub
I installed this just fine on CentOS once I installed an updated gcc. I'll close this, but feel free to reopen if necessary.
Downloaded from cran.r-project.org, I'm running on RHEL 6.5.7. I have the following gcc RPM packages installed:
compat-gcc-34-c++-3.4.6-19.el6.x86_64 compat-gcc-34-3.4.6-19.el6.x86_64 gcc-gfortran-4.4.7-4.el6.x86_64 libgcc-4.4.7-4.el6.x86_64 gcc-c++-4.4.7-4.el6.x86_64 libgcc-4.4.7-4.el6.i686 gcc-4.4.7-4.el6.x86_64
When I attempt to install it I get the following output.
sudo R CMD INSTALL tokenizers_0.1.2.tar.gz