> 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)
I'm not overly familiar with Darwin but my understanding is that Apple distributes their own version of GCC that also identifies itself as an Apple version. Did you build this (FSF version) of GCC yourself? That might explain why init_priority is not supported, while it may well be supported by the "official" Apple-sponsored version of GCC. W. ------------------------------------------------------------------------- Wolfgang Bangerth email: [email protected] www: http://www.math.tamu.edu/~bangerth/ _______________________________________________ dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
