Sophie

Sophie

distrib > Mageia > 6 > x86_64 > media > core-updates > by-pkgid > d3c732bcddee997381ae7599db6439ca > files > 773

boost-examples-1.60.0-6.1.mga6.noarch.rpm

#!/usr/bin/env bash

# Copyright Beman Dawes, 2010
# Distributed under the Boost Software License, Version 1.0.
# See www.boost.org/LICENSE_1_0.txt
echo Compiling example programs...
b2 $* >b2.log
grep "error" <b2.log