September 25, 2004 symbol undefined _lgamma | ||||
---|---|---|---|---|
| ||||
Hi, I have problem linking code that is using lgamma() function. I see the function is declared in <math.h> but I get an error message when linking (Error 42: Symbol Undefined _lgamma). Against which library should I link? I use free version of digital mars compiler 8.41 on Windows XP. Cheers, Marek |
September 30, 2004 Re: symbol undefined _lgamma | ||||
---|---|---|---|---|
| ||||
Posted in reply to Marek S | "Marek S" <mareks@012.net.il> wrote in message news:opsewg56xrbwq8hp@news.digitalmars.com... > Hi, > > I have problem linking code that is using lgamma() function. I see the function is declared in <math.h> but I get an error message when linking (Error 42: Symbol Undefined _lgamma). Against which library should I link? I use free version of digital mars compiler 8.41 on Windows XP. Unfortunately, the gamma functions are not currently implemented. |
Copyright © 1999-2021 by the D Language Foundation