2012-03-09

warning: implicit declaration of function 'fedisableexcept'

If gcc throws this warning after you. You should define _GNU_SOURCE e.g. on the commandline with -D_GNU_SOURCE.