El 27/03/2013, a las 13:24, Sonya Blade escribi?:

> Dear All,
> 
> I've completed the installation of Petsc W/o trouble (at least I think I've 
> done so because I didn't tested it). Now I'm trying to complete the 
> installation of SLEPC. I set the enviroment variables for PETSC_DIR and 
> SLPEC_DIR to point out to the location of installation folders of Petsc and 
> Slepc respectively. 
> 
> When I run the ./configure from the CygWin terminal I receive the following 
> error. I run the ./configure directly from the installed directory of Slepc,  
> so why it still complains Slepc_Dir is not the current directory.
> 
> 
> 
> $ ./configure
> Checking environment...
> ERROR: SLEPC_DIR is not the current directory
> 
> 
> Regards,                                        

Did you export the SLEPC_DIR variable?

Open the python console and try this:
>>> import os
>>> print os.path.realpath(os.getcwd())
>>> print os.path.realpath(os.environ['SLEPC_DIR'])

Both paths should be the same.

Jose

Reply via email to