[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [igraph] compiling igraph with x86_64-w64-mingw32-gcc
From: |
Tamás Nepusz |
Subject: |
Re: [igraph] compiling igraph with x86_64-w64-mingw32-gcc |
Date: |
Thu, 30 May 2013 22:30:59 +0200 |
> 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