Hmm, I wonder if we could copy lgamma directly into our source code and
only define it for #ifdef MSVCC or some such.

David

On Tue, Jun 26, 2012 at 8:02 AM, Sisyphus <[email protected]> wrote:

>
> ----- Original Message ----- From: "Sisyphus"
>
>
>  From where do you pick up the lgamma() implementation ?
>>
>
> Looks like it's in PDL::Math .... and lgamma gets dropped for win32
> because MS compilers don't implement it.
> However, the mingw ports of gcc *do* implement lgamma (in math.h) and have
> for quite some time - so I'm inclined to think that we should be able to
> have an lgamma implementation in PDL::Math on win32 iff we're building PDL
> with a mingw port of gcc.
>
> I'll try to test this out tomorrow.
>
>
> Cheers,
> Rob
>
> ______________________________**_________________
> Perldl mailing list
> [email protected]
> http://mailman.jach.hawaii.**edu/mailman/listinfo/perldl<http://mailman.jach.hawaii.edu/mailman/listinfo/perldl>
>



-- 
 "Debugging is twice as hard as writing the code in the first place.
  Therefore, if you write the code as cleverly as possible, you are,
  by definition, not smart enough to debug it." -- Brian Kernighan
_______________________________________________
Perldl mailing list
[email protected]
http://mailman.jach.hawaii.edu/mailman/listinfo/perldl

Reply via email to