diff -Naur OpenFOAM-1.2.cygwin-0.6/.OpenFOAM-1.2/bashrc OpenFOAM-1.2/.OpenFOAM-1.2/bashrc --- OpenFOAM-1.2.cygwin-0.6/.OpenFOAM-1.2/bashrc 2006-02-09 15:11:42.000000000 -0800 +++ OpenFOAM-1.2/.OpenFOAM-1.2/bashrc 2006-04-10 15:28:27.347000000 -0700 @@ -163,8 +163,8 @@ # ~~~~~~~~~~~~~~~~~~ elif [ `uname -s | sed -e '/CYGWIN*/c\Cygwin'` = "Cygwin" ]; then - export WM_ARCH cygwin - export WM_MPLIB + export WM_ARCH=cygwin + export WM_MPLIB= # An unsupported operating system # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff -Naur OpenFOAM-1.2.cygwin-0.6/.bashrc OpenFOAM-1.2/.bashrc --- OpenFOAM-1.2.cygwin-0.6/.bashrc 2006-02-09 22:19:45.000000000 -0800 +++ OpenFOAM-1.2/.bashrc 2006-04-10 15:30:10.253250000 -0700 @@ -245,7 +245,7 @@ # In Cygwin, add the library path to the primary path. # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -if [ "$WM_ARCH" = "cygwin"]; then +if [ "$WM_ARCH" = "cygwin" ]; then export PATH=$LD_LIBRARY_PATH:$PATH fi diff -Naur OpenFOAM-1.2.cygwin-0.6/changelog.cygwin OpenFOAM-1.2/changelog.cygwin --- OpenFOAM-1.2.cygwin-0.6/changelog.cygwin 2006-02-09 22:29:56.000000000 -0800 +++ OpenFOAM-1.2/changelog.cygwin 2006-04-10 15:33:58.815750000 -0700 @@ -247,7 +247,7 @@ Made MICO conditional on non-Cygwin architecture. (BM) ----------------------------------------------------------------------------- -OpenFOAM-1.2.cygwin-src-0.5 +OpenFOAM-1.2.cygwin-src-0.6 2006-02-09 Brooks Moses (BM) replicating changes made by Petr Vita (PV) Added extra libraries for Cygwin in the following Make/options files (PV): @@ -348,3 +348,17 @@ src/triSurface/Make/options src/turbulenceModels/compressible/Make/options src/turbulenceModels/incompressible/Make/options + +----------------------------------------------------------------------------- +OpenFOAM-1.2.cygwin-src-0.7 +2006-02-09 Brooks Moses (BM) + + wmake/rules/cygwin + wmake/rules/cygwinGcc4Opt + Use the first cpp in the path, rather than /bin/cpp/ + + .OpenFOAM/bashrc + Added a couple of missing "=" characters. + + .bashrc + Added a missing space before a "]". diff -Naur OpenFOAM-1.2.cygwin-0.6/wmake/rules/cygwin/general OpenFOAM-1.2/wmake/rules/cygwin/general --- OpenFOAM-1.2.cygwin-0.6/wmake/rules/cygwin/general 2006-02-09 15:05:16.000000000 -0800 +++ OpenFOAM-1.2/wmake/rules/cygwin/general 2006-04-10 15:30:08.253250000 -0700 @@ -1,4 +1,4 @@ -CPP = /bin/cpp -D$(WM_ARCH) +CPP = cpp -D$(WM_ARCH) LD = ld -melf_i386 include $(RULES)/X diff -Naur OpenFOAM-1.2.cygwin-0.6/wmake/rules/cygwinGcc4/general OpenFOAM-1.2/wmake/rules/cygwinGcc4/general --- OpenFOAM-1.2.cygwin-0.6/wmake/rules/cygwinGcc4/general 2006-02-09 15:05:16.000000000 -0800 +++ OpenFOAM-1.2/wmake/rules/cygwinGcc4/general 2006-04-10 15:30:26.050125000 -0700 @@ -1,4 +1,4 @@ -CPP = /bin/cpp -D$(WM_ARCH) +CPP = cpp -D$(WM_ARCH) LD = ld -melf_i386 include $(RULES)/X