Thank you all in advance and sorry for the tardy response after Satish?
suggestions I got some life pulses that this some files are not found etc..
I thought I can eliminate that after playing around with it. But I couldn't.
Here is my input and output as per Satish recommendations.
nobody at nobody/cygdrive/d/TEST_FOLDER_dell/slepc
$ pwd
/cygdrive/d/TEST_FOLDER_dell/slepc
?
nobody at nobody/cygdrive/d/TEST_FOLDER_dell/slepc
$ which python
/usr/bin/python
?
nobody at nobody/cygdrive/d/TEST_FOLDER_dell/slepc
$ export PETSC_DIR=C:/Users/....../Downloads/petsc-3.3-p6
?
nobody at nobody/cygdrive/d/TEST_FOLDER_dell/slepc
$ python
Python 2.7.3 (default, Dec 18 2012, 13:50:09)
[GCC 4.5.3] on cygwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import os
>>> print os.path.realpath(os.environ['PETSC_DIR'])
/cygdrive/d/TEST_FOLDER_dell/slepc/C:/Users/....../Downloads/petsc-3.3-p6
>>>?
After setting with export SLEPC_DIR,PETSC_DIR,PETSC_ARCH I got the following
error.
export SLEPC_DIR =D:\TEST_FOLDER_dell\slepc
export PETSC_DIR =C:\Users\......\Downloads\petsc-3.3-p6
export PETSC_ARCH=C:\Users\......\Downloads\petsc-3.3-p6\arch-mswin-c-debug
?
?
$ ./configure
Checking environment...
ERROR: cannot process file
C:/Users/.../Downloads/petsc-3.3-p6/C:/Users/.../Downloads/petsc-3.3-p6/arch-mswin-c-debug/conf/petscvariables
?
Actually above PETSC_DIR and PETSC_ARCH paths are concatenated, Is that can be
reason of that malfunctioning??
?
?
?
?
>BTW: What compilers did you build PETSc with? send make.log for this build.
>Satish
I used the MinGw compilers for this gcc, g++, gfortran