> /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. ------------------------------------------------------------------------- Wolfgang Bangerth email: [email protected] www: http://www.math.tamu.edu/~bangerth/ _______________________________________________ dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
