[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [igraph] help on installing c package graph0.65 on Mac 10.8.3
From: |
Tamás Nepusz |
Subject: |
Re: [igraph] help on installing c package graph0.65 on Mac 10.8.3 |
Date: |
Wed, 17 Jul 2013 21:49:05 +0200 |
Hi,
The issue is probably not with igraph but with the version of the GMP library
that you have installed locally on your Mac. If you don't want to sort that
out, you can ask igraph to compile itself without linking to the GMP library;
you will lose some of the functionality of igraph but chances are that it will
compile correctly. Try the following:
./configure --disable-gmp
--
T.
On 17 Jul 2013, at 21:41, Qunawei Zhang <address@hidden> wrote:
> Hello:
>
> The "configure" command seems work, but after I run the "make" command, it
> report the same errors as follows. Does anybody have met the same problems? I
> install it on my laptop.
>
> ld: illegal text reloc to ___gmp_binvert_limb_table from
> /usr/local/lib/libgmp.a(mp_minv_tab.o) in ___gmpn_divexact_1 for architecture
> x86_64
> collect2: ld returned 1 exit status
> make[3]: *** [libigraph.la] Error 1
> make[2]: *** [all] Error 2
> make[1]: *** [all-recursive] Error 1
> make: *** [all] Error 2
>
> I also tried the command "CC=/usr/bin/gcc-4.2 CXX=/usr/bin/g++-4.2
> ./configure", which is suggested by someone. But the error is the same.
>
> Thanks
> Best
> Quanwei
> _______________________________________________
> igraph-help mailing list
> address@hidden
> https://lists.nongnu.org/mailman/listinfo/igraph-help