2009/11/19 Wolfgang Bangerth <[email protected]> > > > /Users/tedkord/deal.II/contrib/tbb/tbb22_20090809oss/./src/tbb/task.cpp: > >1119:91: error: ‘init_priority’ attribute is not supported on this > > platform > > Interesting. The easiest way to avoid the error is to remove the part > __attribute__((init_priority (101)) > from that line, though that's really only a stop gap. Can you show us what > the output of > gcc -v > is on your platform? > > Best > W. > > On my platform, gcc -v gives: gcc -v:
Using built-in specs. Target: x86_64-apple-darwin10 Configured with: ../gcc-4.5-20090910/configure --enable-languages=fortran,c++ --host=x86_64-apple-darwin10 --build=x86_64-apple-darwin10 Thread model: posix gcc version 4.5.0 20090910 (experimental) (GCC) Ted
_______________________________________________ dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
