On Wed, Aug 11, 2004 at 10:13:07PM -0700, Steve Kargl wrote:
> Are stubs acceptable? That is, if j0 isn't in libm, can I do (in
> psuedo-code)
>
> j0(arg) {
> printf("Extension: j0 Bessel function is unsupported.\n");
> exit(1);
> }
>
> in libgfortran.
Seems better to just not let it link.
r~