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 <[email protected]> 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 > [email protected] > https://lists.nongnu.org/mailman/listinfo/igraph-help >
_______________________________________________ igraph-help mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/igraph-help
