Building with gcc-3.4.5 fails with error: ``` tommath.h:234: error: wrong number of arguments specified for `deprecated' attribute ``` It looks like gcc 3.x does support: ``` __attribute__((deprecated)) ``` but not: ``` __attribute__((deprecated("some message"))) ```