On Sat, Mar 30, 2013 at 3:10 AM, Sonya Blade <sonyablade2010 at hotmail.com>wrote:
> 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 > Why are you using Windows paths here when Satish gave specific instructions to use cygwin paths: """ Have you tried the next part of my reply? To rephrase [assuming you have PETSC_DIR setup similarly] cd /cygdrive/d/TEST_FOLDER_dell/slepc export SLEPC_DIR=/cygdrive/d/TEST_FOLDER_dell/slepc ./configure """ And similarly for PETSC_DIR. And PETSC_ARCH=arch-mswin-c-debug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20130330/7b771266/attachment-0001.html>
