igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] Installing igraph on Solaris


From: Tamas Nepusz
Subject: Re: [igraph] Installing igraph on Solaris
Date: Fri, 29 Jan 2010 10:35:54 +0000
User-agent: Mutt/1.5.20 (2009-06-14)

> You can find the assembly file here: http://ww2.cs.mu.oz.au/~pfauj/math.s
> The error still occurs in line 96.
Yup, I see now. Those two lines come from inlined assembly instructions
in the original math.c source. They are used to provide an
implementation of logbl() on platforms that do not provide it, but it
turned out that we don't need logbl() at all. So, feel free to delete
igraph_logbl from the code and it should solve your problems.

-- 
Tamas




reply via email to

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