Re: clang++ and a modern C++ library

2014-12-08 Thread Dave Huseby
> I tried with llvm-3.5.20140228p18 (the clang package), g++-4.9.2 and > libstdc++-4.8.3, the next command: > > clang++ -std=c++11 -I/usr/local/include -I/usr/local/include/c++/4.9.2 > -I/usr/local/include/c++/4.9.2/x86_64-unknown-openbsd5.6 -I/usr/include > -L/usr/local/lib/gcc-lib/amd64-unknown-

Re: clang++ and a modern C++ library

2014-12-01 Thread Juan Francisco Cantero Hurtado
On Sun, Nov 30, 2014 at 03:40:58PM -0800, Dave Huseby wrote: > > Status update... > > I've been working on porting Rust over to OpenBSD by building a Rust > cross-compiler for Linux that can target i386-unknown-openbsd and > x86_64-unknown-openbsd. The largest roadblock on OpenBSD is the lack >

Re: clang++ and a modern C++ library

2014-11-30 Thread Stuart Henderson
On 2014/11/30 15:40, Dave Huseby wrote: > Somebody suggested using clang on OpenBSD, but it appears that the > port for clang++ doesn't include libc++. Is that correct? Yes.

clang++ and a modern C++ library

2014-11-30 Thread Dave Huseby
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Status update... I've been working on porting Rust over to OpenBSD by building a Rust cross-compiler for Linux that can target i386-unknown-openbsd and x86_64-unknown-openbsd. The largest roadblock on OpenBSD is the lack of a more recent GNU linker