Hi List.

I'm trying to compile the igraph library using MinGW64, but it's not
working, though the 32 bits version compiles well in MinGW.

In the source folder of igraph-0.6.5, the command

./configure --prefix=c:/mingw64 CC="x86_64-w64-mingw32-gcc"

works fine, and this is the final result:

GraphML format support -- no
GMP library support -- no
... yes
Debug -- no
Profiling -- no

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?

Thanks,

*Matheus Viana*
*Postdoctoral Research Employee*
*Developmental and Cell Biology*
*University of California Irvine*
*
**
*
------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to