Re: [Mingw-w64-public] Compiling igraph library

2013-05-30 Thread Ruben Van Boxem
2013/5/30 Matheus Viana > 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" > This i

[Mingw-w64-public] Compiling igraph library

2013-05-30 Thread Matheus Viana
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: Grap