in reply to Re^3: [C Question] Determine if gcc provides erfl() function
in thread [C Question] Determine if gcc provides erfl() function

While those functions are, indeed, a normative part of ISO C99 standard, it unfortunately does not follow that passing an option to gcc might cause a fully compliant environment to magically spring into existence.

OP is concerned about BSD systems; a reference to glibc manpages is simply misguided.

  • Comment on Re^4: [C Question] Determine if gcc provides erfl() function