C++ headers

2013-04-13 Thread David Demelier
Hello folks, Is it possible to get C++11 support on FreeBSD? Currently the 9.1-RELEASE has some compiler C++11 capable but the /usr/include/c++ headers lacks some c++11 features (and missing headers). Is there any port of c++11 available? Regards, -- David Demelier __

Re: C++ headers

2013-04-13 Thread Jason Lenthe
> Is it possible to get C++11 support on FreeBSD? Currently the 9.1-RELEASE has > some compiler C++11 capable but the /usr/include/c++ headers lacks some c++11 > features (and missing headers). > > Is there any port of c++11 available? There sure is. Just get the latest version of gcc or clang

reporting clang version?

2013-04-13 Thread Robert Huff
Looking at the man page I can find no option for reporting the version - have I missed something? Respectfully, Robert Huff ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.or

Re: reporting clang version?

2013-04-13 Thread mrkvrg
Hello Robert, Is this what you are looking for? clang --version or clang -v My system reports the following for both parameters: FreeBSD clang version 3.0 (branches/release_30 142614) 20111021 Target: i386-unknown-freebsd9.0 Thread model: posix Cheers ... Marek On Sat, 13 Apr 2013 14

Re: reporting clang version?

2013-04-13 Thread ajtiM
On Saturday, April 13, 2013 16:40:20 mrkvrg wrote: > Hello Robert, > > Is this what you are looking for? > > clang --version > > or > > clang -v > > My system reports the following for both parameters: > > FreeBSD clang version 3.0 (branches/release_30 142614) 20111021 > Target: i386-un

Re: reporting clang version?

2013-04-13 Thread Robert Huff
mrkvrg writes: > Is this what you are looking for? > >clang --version > >or > >clang -v It is. However: "clang -help" says "-v" means show commands to run and use verbose output Bug? Thanks,

Re: C++ headers

2013-04-13 Thread Shane Ambler
On 13/04/2013 21:45, Jason Lenthe wrote: Is it possible to get C++11 support on FreeBSD? Currently the 9.1-RELEASE has some compiler C++11 capable but the /usr/include/c++ headers lacks some c++11 features (and missing headers). Is there any port of c++11 available? There sure is. Just get th