[petsc-users] Petsc configuration failure in windows 7 x64

Agnostic Noname u1028451 at gmail.com
Sat May 25 06:27:13 CDT 2013


Hello,

I am trying to setup petsc under windows 7 x64, with VS2012 Win64. For now
I left Fortran aside (I plan to do it however), so I am trying to build a
fortran-free version of petsc.

First I installed the latest version of cmake: 2.8.11 to make sure VS2012
Win64 and fortran XE 2013 are supported.

The steps I follow are:
 * Open a "Open VS2012 x64 Native Tools Command Prompt"
 * Run "c:\Program Files (x86)\Microsoft Visual Studio
11.0\VC\vcvarsall.bat" x64
 * Run cygwin: C:\Cygwin\bin\bash.exe --login
 * cd /cygdrive/f/users/user1/petsc-3.4.0
 * Configure with: ./configure --with-debugging=no --with-cc='win32fe cl
-O2' --with-fc=0 --with-cxx='win32fe cl -O2' --download-f2cblaslapack=1
--download-blacs=1 --download-mups=1 --with-clanguage=cxx
--with-scalar-type=complex --with-precision=double
--with-mpi-dir='/cygdrive/c/Program Files/MPICH2'

After these steps configuration process ends with a status number 256 and a
message "falling back to legacy build".

Of course I tried to run make, as suggested at the end of the script "make
PETSC_DIR=/cygdrive/f/users/user1/petsc-3.4.0 PETSC_ARCH=arch-mswin-cxx-opt
all" but this ended up failing.

Please find attached the configure.log and the make.log files.

Thanks in advance. Keep up the great work!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20130525/87fd59ed/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: configure.log
Type: application/octet-stream
Size: 1820442 bytes
Desc: not available
URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20130525/87fd59ed/attachment-0002.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: make.log
Type: application/octet-stream
Size: 55276 bytes
Desc: not available
URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20130525/87fd59ed/attachment-0003.obj>


More information about the petsc-users mailing list