← Back to team overview

dolfin team mailing list archive

Re: Scons cannot find boost libraries on ubuntu

 

Jesper Carlsson wrote:
> Hi,
> 
> I have not added any cxx flags manually.

Before running scons to build dolfin, try setting CXX flags manually and
explicitly don't set -Werror. i.e,

export CXXFLAGS="-Wall -pipe -ansi"
scons

Harish


Follow ups

References