> After this, during the "make", I got the following error: > > .libs/libigraph_la-matrix.o: file not recognized: File format not recognized > collect2.exe: error: ld returned 1 exit status > make[3]: *** [libigraph.la] Error 1 > make[3]: Leaving directory '/src/igraph-0.6.5/src' > make[2]: *** [all] Error 2 > make[2]: Leaving directory '/src/igraph-0.6.5/src' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory '/src/igraph-0.6.5' > make: *** [all] Error 2 > > Do you guys have any idea of how to go around this problem? It seems to be a leftover from your previous (32-bit) compilation. Did you run "make clean" before running "make" again? "make clean" would remove all the old 32-bit object files.
Best, Tamas _______________________________________________ igraph-help mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/igraph-help
