igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] How to tell if igraph was compiled with GMP?


From: Barr, Peter
Subject: Re: [igraph] How to tell if igraph was compiled with GMP?
Date: Tue, 1 Sep 2015 09:36:00 -0400

Szabolcs,

If you are on Linux you can do the following:

ldd /your/path/lib/libigraph.so | grep gmp
nm /your/path/lib/libigraph.so | grep gmp

ldd will list dynamically linked libraries and nm will show the symbols (functions, etc...).

-Peter

On Tue, Sep 1, 2015 at 7:52 AM, Szabolcs Horvát <address@hidden> wrote:
Dear All,

How can I tell if a (precompiled) version of igraph was compiled with GMP?

The results returned by some functions depend on whether they can use
GMP, so it is important to be able to tell if GMP is available.

Szabolcs

_______________________________________________
igraph-help mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/igraph-help



reply via email to

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