Hi, it seems that something is wrong with your GMP library. Maybe it is 32 bit and you are installing 64 bit igraph. Or it was just compiled with an incompatible compiler, I don't know. Remove/resinstall GMP, and then try installing igraph again.
Gabor On Wed, Jul 17, 2013 at 3:41 PM, Qunawei Zhang <[email protected]>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 > [email protected] > https://lists.nongnu.org/mailman/listinfo/igraph-help > >
_______________________________________________ igraph-help mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/igraph-help
