------- Comment #13 from michael dot a dot richmond at nasa dot gov 2007-11-26 18:16 ------- When I compile the following program under FreeBSD using the November 23 snapshot of gfortran:
PROGRAM pgamma y = gamma(x) END PROGRAM pgamma I get the message: /var/tmp//ccuAsOud.o(.text+0x1f): In function `MAIN__': : undefined reference to `tgammaf' collect2: ld returned 1 exit status Is this the intended behavior? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33583