On Sat, Sep 08, 2001 at 01:17:21AM +0200, Gerrit P. Haase wrote:
>Hi,
>
>Building a perl module:
>
>I'm getting an undefined reference:
>
>Libm.o(.text+0x38ef):Libm.c: undefined reference to `lgamma_r'
>
>I found this posting:
>http://www.cygwin.com/ml/cygwin-developers/1999-08/msg00143.html
>
>So why is lgamma_r() not there (libm.a aka libcygwin.a) anymore?
>Was it ever there?
To the best of my knowledge we have never removed a general purpose
function like that from cygwin.din.
It looks like Mumit's patch was never applied. I'll add the gamma_r
functions to 1.3.3.
cgf