Compiling Under Windows XP with Microsoft Compilers and autotools
From Harlem
Install cygwin with the following packages:
devel/make
devel/autoconf version 1.10 or later
devel/automake version 1.10 or later
devel/subversion version 4.1 or later
devel/gcc
devel/gcc-g77
Retrieve sources from SVN depository the same command as in Linux:
install Visual Studio 2005 to default directory (c:\Program Files\Microsoft Visual Studio 8 )
install Digital Fortran 6.0 to default directory (c:\Program Files\Microsoft Visual Studio )
install (or copy distribution directories) for external libraries:
MPICH to c:\MPICH
compiled MPICH library file mpich.lib should be c:\testlib directory
WxWidgets version 2.8.8 to c:\wxWidgets
SWIG version ???? to c:\swig
PYTHON version 2.5.2 to c:\python25
Oracle Berkeley DB version 4.6.2 to c:\Program Files\Oracle\Berkeley DB 4.6.21(default install)
BLAS library - blas_win32.lib to c:\testlib
LAPACK library - lapack_win32.lib to c:\testlib
one needs to copy the following dll libraries to c:\harlem directory
libdb46.dll - Oracle Berkeley DB
mpich.dll - MPICH
python25.dll - PYTHON
