Configuration problems on windows

Joël Schaerer joel.schaerer at creatis.insa-lyon.fr
Wed Aug 16 11:46:49 CDT 2006


Hello all,

I am trying to configure petsc for visual studio on a windows machine.
Here is the configure line I typed on cygwin:

./config/configure.py --with-cc='win32fe cl' --download-c-blas-lapack=1
--with-mpi=0 --with-x=0 --PETSC_DIR=$(pwd) --with-fortran=0

This has already worked before on other windows machines, but this time
I get the following error:

[snip]
C:\pkg\cygwin\bin\python2.3.exe: *** unable to remap C:\pkg\cygwin\bin
\cygssl-0.
9.7.dll to same address as parent(0x1220000) != 0x1230000
     37 [unknown (0x978)] python 2432 sync_with_child: child 896(0x900)
died bef
ore initialization with status code 0x1
    422 [unknown (0x978)] python 2432 sync_with_child: *** child state
child loa
ding dlls
Exception in thread Shell Command:
Traceback (most recent call last):
  File "/tmp/python.2708/usr/lib/python2.3/threading.py", line 436, in
__bootstr
ap
    self.run()
  File "/tmp/python.2708/usr/lib/python2.3/threading.py", line 416, in
run
    self.__target(*self.__args, **self.__kwargs)
  File
"/cygdrive/d/chenting/tools/petsc/petsc-2.3.1-p16/python/BuildSystem/scri
pt.py", line 190, in run
    (output, error, status) = Script.runShellCommand(command, log)
  File
"/cygdrive/d/chenting/tools/petsc/petsc-2.3.1-p16/python/BuildSystem/scri
pt.py", line 124, in runShellCommand
    (input, output, error, pipe) = Script.openPipe(command)
  File
"/cygdrive/d/chenting/tools/petsc/petsc-2.3.1-p16/python/BuildSystem/scri
pt.py", line 105, in openPipe
    pipe   = popen2.Popen3(command, 1)
  File "/tmp/python.2708/usr/lib/python2.3/popen2.py", line 39, in
__init__
    self.pid = os.fork()
OSError: [Errno 11] Resource temporarily unavailable

The complete configure.log file is available at the following adress:
http://fex.insa-lyon.fr/get?k=7xspvbpkylWdNgpkjPG

Any ideas?

Thanks a lot for your help,

Joel Schaerer




More information about the petsc-users mailing list