[petsc-users] Installation Error

Sonya Blade sonyablade2010 at hotmail.com
Fri Oct 4 23:32:23 CDT 2013


Dear All,

I'm receiving the following errors when I'm trying to install the 
the slepc library, I'm attaching the following error messages and content 
of the configure.log file residing in slepc-3.4.2\arch-mswin-c-debug\conf folder 

 
Here is the output from Cygwin terminal 
noname at noname /cygdrive/d/TEST_FOLDER_asus/slepc-3.4.2
$ ./configure
Checking environment...
Checking PETSc installation...
ERROR: Unable to link with PETSc
ERROR: See "arch-mswin-c-debug/conf/configure.log" file for details


HERE IS THE CONTENT OF CONFIGURE.LOG FILE 
================================================================================
Starting Configure Run at Sat Oct  5 06:59:54 2013
Configure Options: ./configure
Working directory: /cygdrive/d/TEST_FOLDER_asus/slepc-3.4.2
Python version:
2.7.5 (default, Aug 19 2013, 23:22:02) 
[GCC 4.8.1]
make: /usr/bin/make
PETSc source directory: /cygdrive/d/TEST_FOLDER_asus/petsc-3.4.2
PETSc install directory: /cygdrive/d/TEST_FOLDER_asus/petsc-3.4.2/arch-mswin-c-debug
PETSc version: 3.4.2
PETSc architecture: arch-mswin-c-debug
SLEPc source directory: /cygdrive/d/TEST_FOLDER_asus/slepc-3.4.2
SLEPc install directory: /cygdrive/d/TEST_FOLDER_asus/slepc-3.4.2/arch-mswin-c-debug
SLEPc version: 3.4.2
================================================================================
Checking PETSc installation...
#include "petscksp.h"
int main() {
Vec v; Mat m; KSP k;
PetscInitializeNoArguments();
VecCreate(PETSC_COMM_WORLD,&v);
MatCreate(PETSC_COMM_WORLD,&m);
KSPCreate(PETSC_COMM_WORLD,&k);
return 0;
}
make: Entering directory `/tmp/slepc-0HKYpc'
gcc -o checklink.o -c -Wall -Wwrite-strings -Wno-strict-aliasing -Wno-unknown-pragmas -g3 -fno-inline -O0   -I/cygdrive/d/TEST_FOLDER_asus/petsc-3.4.2/include -I/cygdrive/d/TEST_FOLDER_asus/petsc-3.4.2/arch-mswin-c-debug/include -I/cygdrive/d/TEST_FOLDER_asus/petsc-3.4.2/include/mpiuni    -D__INSDIR__=./ checklink.c
gcc -Wall -Wwrite-strings -Wno-strict-aliasing -Wno-unknown-pragmas -g3 -fno-inline -O0  -o checklink checklink.o  -L/cygdrive/d/TEST_FOLDER_asus/petsc-3.4.2/arch-mswin-c-debug/lib  -lpetsc -Wl,-rpath,/cygdrive/d/TEST_FOLDER_asus/petsc-3.4.2/arch-mswin-c-debug/lib -lflapack -lfblas -lX11 -lpthread -L/usr/lib/gcc/x86_64-pc-cygwin/4.8.1 -L/usr/x86_64-pc-cygwin/lib -lgfortran -lgfortran -lquadmath -lm -lstdc++ -lgdi32 -luser32 -ladvapi32 -lkernel32 -ldl -lgcc_s -ladvapi32 -lshell32 -luser32 -ldl 
/cygdrive/d/TEST_FOLDER_asus/petsc-3.4.2/arch-mswin-c-debug/lib/libpetsc.a(fp.c.o):fp.c:(.rdata$.refptr._fe_dfl_env[.refptr._fe_dfl_env]+0x0): undefined reference to `_fe_dfl_env'
collect2: error: ld returned 1 exit status
makefile:2: recipe for target `checklink' failed
make: *** [checklink] Error 1
make: Leaving directory `/tmp/slepc-0HKYpc'
ERROR: Unable to link with PETSc

YOUR HELP WILL BE APPRECIATED, 		 	   		  
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: configure.log
URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20131005/dd5af3a2/attachment.ksh>


More information about the petsc-users mailing list