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

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

Status on porting Rust to OpenBSD

2014-11-20 Thread Dave Huseby
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi everybody, In my free time over the last few weeks I have been attempting to cross-compile the rust compiler using the same method that was used to add support for Dragonfly BSD. I started with the scripts from the Dragonfly effort and fixed