You are not logged in.

#1 2012-04-08 03:59:28

holland01
Member
Registered: 2011-12-22
Posts: 50

C++11 for Arch?

Does it come with the `base-devel` package, or does it have to be installed externally?

Offline

#2 2012-04-08 06:42:59

thisoldman
Member
From: Pittsburgh
Registered: 2009-04-25
Posts: 1,172

Re: C++11 for Arch?

pacman -Ss base-devel

...and Google 'site:gnu.org c++11 status'

Offline

#3 2012-04-08 13:18:56

Mr.Elendig
#archlinux@freenode channel op
From: The intertubes
Registered: 2004-11-07
Posts: 4,094

Re: C++11 for Arch?

-Sg is actually more intresting when you are looking for the content of groups.


Evil #archlinux@libera.chat channel op and general support dude.
. files on github, Screenshots, Random pics and the rest

Offline

#4 2012-04-08 18:36:08

Blµb
Member
Registered: 2008-02-10
Posts: 224

Re: C++11 for Arch?

base-devel installs gcc, gcc does c++11
And gcc-4.7 has most of the important things implemented.

Just use 'g++ -std=c++11' to compile.

clang's current SVN also is supposed to do nearly everything C++11 related, though it might have trouble's with gcc's c++ headers sometimes...


You know you're paranoid when you start thinking random letters while typing a password.
A good post about vim
Python has no multithreading.

Offline

#5 2012-04-09 04:53:58

holland01
Member
Registered: 2011-12-22
Posts: 50

Re: C++11 for Arch?

Thanks, everyone. Got it now and about to give it a shot with Android's NDK.

Offline

#6 2012-04-09 08:34:06

Martijn
Member
From: The Netherlands
Registered: 2009-12-10
Posts: 4

Re: C++11 for Arch?

Google's Android NDK C++ support is very limited, it doesn't support C++11. You'll probably have to cook something up yourself or use an already customized NDK. :-)

Offline

Board footer

Powered by FluxBB