[mpich2-commits] r5391 - mpich2/trunk/maint

jayesh at mcs.anl.gov jayesh at mcs.anl.gov
Thu Oct 1 16:42:24 CDT 2009


Author: jayesh
Date: 2009-10-01 16:42:24 -0500 (Thu, 01 Oct 2009)
New Revision: 5391

Modified:
   mpich2/trunk/maint/makegcclibs.bat
Log:
Letting gnu compiler run within a cygwin bash prompt

Modified: mpich2/trunk/maint/makegcclibs.bat
===================================================================
--- mpich2/trunk/maint/makegcclibs.bat	2009-10-01 21:37:57 UTC (rev 5390)
+++ mpich2/trunk/maint/makegcclibs.bat	2009-10-01 21:42:24 UTC (rev 5391)
@@ -12,7 +12,7 @@
 dlltool --as /usr/bin/as --dllname fmpich2g.dll --def fmpich2gcc.def --output-lib ..\lib\libfmpich2g.a >> ..\make.log
 REM dlltool --dllname fmpich2gd.dll --def fmpich2gccd.def --output-lib ..\lib\libfmpich2gd.a
 REM Building MPI CXX Interface lib
-g++ -I ../src/include -I ../src/include/win32 -c ../src/binding/cxx/initcxx.cxx -o initcxx.o >> ..\make.log
+bash -c "g++ -I ../src/include -I ../src/include/win32 -c ../src/binding/cxx/initcxx.cxx -o initcxx.o" >> ..\make.log
 ar rvs ../lib/libmpicxx.a initcxx.o >> ..\make.log
 del mpich2gcc.def
 REM del mpich2gccd.def



More information about the mpich2-commits mailing list