igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] Problem installing igraph R package on 64-bit Mac Pro


From: Tamas Nepusz
Subject: Re: [igraph] Problem installing igraph R package on 64-bit Mac Pro
Date: Tue, 10 Feb 2009 17:38:04 +0000

For the GMP version to work, you need to install the binary version of
the package. You tried that? Check the igraph.so file in the package,
perhaps you have 'ldd' on OSX, that tells to which dynamic libraries
igraph links to and whether your linker is able to find them.
In OS X, it's called "otool" instead of "ldd". On my Mac, I have something like this:

address@hidden:~$ otool -L /usr/local/lib/libigraph.dylib
/usr/local/lib/libigraph.dylib:
/usr/local/lib/libigraph.0.dylib (compatibility version 1.0.0, current version 1.0.0) /sw/lib/libgmp.3.dylib (compatibility version 8.0.0, current version 8.1.0) /sw/lib/libxml2.2.dylib (compatibility version 9.0.0, current version 9.27.0) /usr/lib/libz.1.dylib (compatibility version 1.0.0, current version 1.2.3) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 111.1.3) /sw/lib/libiconv.2.dylib (compatibility version 7.0.0, current version 7.0.0) /usr/lib/libstdc++.6.dylib (compatibility version 7.0.0, current version 7.4.0) /usr/lib/libgcc_s.1.dylib (compatibility version 1.0.0, current version 1.0.0)

(Note: I used fink to install gmp, libxml2 and libiconv)

--
Tamas





reply via email to

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