[petsc-users] [petsc-maint] FW: Reg : PETSc Installation

Barry Smith bsmith at mcs.anl.gov
Thu May 14 06:55:15 CDT 2015


  From the log file it attempted to compile a trivial C program and the compiler returned a nonzero error code

/package/petsc-3.3-p7/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/20055335/AppData/Local/Temp/petsc-pTZ0rV/config.setCompilers/conftest.o -I/cygdrive/c/Users/20055335/AppData/Local/Temp/petsc-pTZ0rV/config.setCompilers   /cygdrive/c/Users/20055335/AppData/Local/Temp/petsc-pTZ0rV/config.setCompilers/conftest.c 
Executing: /package/petsc-3.3-p7/bin/win32fe/win32fe cl -c -o /cygdrive/c/Users/20055335/AppData/Local/Temp/petsc-pTZ0rV/config.setCompilers/conftest.o -I/cygdrive/c/Users/20055335/AppData/Local/Temp/petsc-pTZ0rV/config.setCompilers   /cygdrive/c/Users/20055335/AppData/Local/Temp/petsc-pTZ0rV/config.setCompilers/conftest.c 
sh: 
Possible ERROR while running compiler: ret = 50176
Source:
#include "confdefs.h"
#include "conffix.h"

int main() {
;
  return 0;
}

   So try to compile a trivial code in the same way manually and see what happens. Make a file conftest.c with 
int main() {
;
  return 0;
}

and then run 

/package/petsc-3.3-p7/bin/win32fe/win32fe cl -c -o conftest.o conftest.c 
echo $?

cut and paste everything you get back and send it.




> On May 14, 2015, at 2:03 AM, Manish Kumar K <Manishkumar.K at LntTechservices.com> wrote:
> 
> Dear PETSc team,
>   
>                 Greetings of the day.
> I am facing error while installing PETSc on Windows using Cygwin shell/terminal .
>  
> Following is the steps followed for the installation from Cygwin shell
>  
> Method 1: 
>  
> 1)cd c:/cygwin64/package/petsc-3.3-p7      //PETSc top level directory
> 2) ./configure --with-cl=gcc --with-cxx=g++ --with-fc=gfortran --download-fblaslapack --download-mpich            //command to configure and install PETSc       
>  
>  
> I am getting an error on this commands invoked in Cygwin
>                                                                       
> Error message : C compiler you provided with -with-cc=gcc does not work
>  
> Method 2: 
>  
> ./configure --with-cc=cl --with-cxx=g++ --with-fc=gfortran --download-fblaslapack --download-mpich
>  
>  
>                                                                       
> Error message : C compiler you provided with -with-cc=cl does not work
>  
> Method 3: 
>  
> ./configure --with-cc='win32fe cl'  --with-fc='win32fe ifort' --with-cxx='win32fe cl' --download-fblaslapack                                                                                                   
>  
>  
>                                                                       
> Error message : C compiler you provided with -with-cc=win32fe cl does not work
>  
> I have attached a log file on this
>  
>  
> Any help on this would be of great value to me and my customers.
>  
> Best Regards
> Manish K
> L&T Technology Services Ltd
> 
> www.LntTechservices.com
> 
> This Email may contain confidential or privileged information for the intended recipient (s). If you are not the intended recipient, please do not use or disseminate the information, notify the sender and delete it from your system.
> 
> <configure.log>



More information about the petsc-users mailing list