On Mon, Mar 12, 2007 at 05:27:21PM +0100, Richard Guenther wrote: > Most of the problems are fixed, dealII remains with: > > /gcc/spec/sb-balakirew-head-64-2006/x86_64/install-hack/bin/g++ -c -o > quadrature.o -DSPEC_CPU -DNDEBUG -Iinclude -DBOOST_DISABLE_THREADS > -Ddeal_II_dimension=3 -O2 -DSPEC_CPU_LP64 quadrature.cc > quadrature.cc: In constructor 'Quadrature<dim>::Quadrature(const > std::vector<Point<dim>, std::allocator<Point<dim> > >&)': > quadrature.cc:64: error: 'atof' is not a member of 'std' > > I guess that's a fallout from Paolos include streamlining in > libstdc++. Looks like dealII > sources need a fix for that. >
I have reported it to SPEC with a patch. H.J.