igraph-help
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [igraph] Re: problem with igraph on cygwin


From: Tamas Nepusz
Subject: Re: [igraph] Re: problem with igraph on cygwin
Date: Tue, 26 May 2009 21:40:47 +0100

yes there is this package available for cygwin.
Could you just let me know what exactly made you converge to this point,
thanks.
In a nutshell: the problem was caused by bliss_bignum.h which effectively contains two versions of a "big number" class (a class that is able to store arbitrarily large numbers). When you compile igraph with GMP support, the "big number" class is effectively a wrapper around GMP. However, when you disable GMP support, the class is implemented using various GNU functions (like fabsl) which seem to be missing under Cygwin. That's why you've seen an error.

--
Tamas





reply via email to

[Prev in Thread] Current Thread [Next in Thread]