Configuration problems on windows
Satish Balay
balay at mcs.anl.gov
Wed Aug 16 18:19:59 CDT 2006
> C:\pkg\cygwin\bin\python2.3.exe: *** unable to remap C:\pkg\cygwin\bin\cygssl-0.9.7.dll
There are probably 2 ways to recover from this cygwin error.
1. reinstall cygwin from scratch
2 - kill all cygwin processes [by rebooting]
- run 'ash' shell from cygwin bin dir [this should be done either
from 'start -> run' or from 'cmd' - but not 'cygwin bash shell'
- run 'rebaseall' from the above 'ash' shell.
rebaseall is the easy thing to do - but it has its own issues
[according to cygwin folks] - but you can try and see if it works for
you.
Satish
On Wed, 16 Aug 2006, Joël Schaerer wrote:
> 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