It seems that some packages (especially plotutils) assume that if gamma, lgamma, j0, and erf all exist, then signgam does too. This breaks on cygwin, since signgam exists but is not exported. However the assumption is not unreasonable, so here's a patch to export the symbol. --Chuck