I have been trying to install/compile C libraries in Windows 7 using Cygwin and MinGW. However, I am getting errors like these during make:
sys/
Build libigraph with minGW without having "sys/times.h"
That may be interesting for all building "igraph" and don't want to create it with "cygwin" but with "mingw".
In my "msys / mingw" environment, I have my "source code" in. "C:\msys\1.0\src" directory.
igraph dir. == C:\msys\1.0\src\igraph-0.6
Administrator@drserver-p /usr/src/igraph-0.6
$ ./configure
it takes a while.
Change of files.
Open igraph-0.6\src\f2c\s_paus.c
Goto Line 84 or search for pause();
comment this line /* pause(); */
Type make Now the msys shell look something like
Administrator@drserver-p /usr/src/igraph-0.6
$ make
If it works it takes about 1 hour !