2009/1/20 Allison Randal <[email protected]>: > Hi Reini, > > Any suggestions on what might be causing the the following error during the > configure process on Cygwin? At this point you're pretty much our resident > expert on Cygwin, so I figure if anyone knows, you do. > > Thanks! > Allison > > alli...@onji ~ > $ cd /cygdrive/d/projects/svn/parrot_cygwin/ > > alli...@onji /cygdrive/d/projects/svn/parrot_cygwin > $ which perl > /usr/bin/perl > > alli...@onji /cygdrive/d/projects/svn/parrot_cygwin > $ perl Configure.pl > Parrot Version 0.8.2 Configure 2.0 > Copyright (C) 2001-2008, The Perl Foundation. > > Hello, I'm Configure. My job is to poke and prod your system to figure out > how to build Parrot. The process is completely automated, unless you passed > in > the `--ask' flag on the command line, in which case I'll prompt you for a > few > pieces of info. > > Since you're running this program, you obviously have Perl 5--I'll be > pulling > some defaults from its configuration. > > init::manifest - Check > MANIFEST.....................................done. > init::defaults - Set Configure's default > values.....................done. > init::install - Set up installation > paths..........................done. > init::hints - Load platform and local hints > files................done. > init::headers - Find header files distributed with > Parrot..........done. > inter::progs - Determine what C compiler and linker to > use........done. > inter::make - Is make > installed...................................yes. > inter::lex - Is lex > installed................................skipped. > inter::yacc - Is yacc > installed...............................skipped. > auto::gcc - Is your C compiler actually > gcc.....................yes. > auto::glibc - Is GNU libc > installed................................no. > auto::backtrace - Does libc have the backtrace* > functions..............no. > auto::fink - Determine Fink location on > Darwin...............skipped. > auto::macports - Determine Macports location on > Darwin...........skipped. > auto::msvc - Is your C compiler actually Visual > C++...............no. > auto::attributes - Detect compiler > attributes.........................done. > auto::warnings - Detect supported compiler warnings... 9825 [main] > perl 6 > 124 D:\cygwin\bin\perl.exe: *** fatal error - unable to remap > D:\cygwin\lib\perl > 5\5.10\i686-cygwin\auto\File\Glob\Glob.dll to same address as > parent(0x860000) != 0x14D0000 > 27 [main] perl 5672 fork: child 6124 - died waiting for dll loading, > errno 11 > 6292236 [main] perl 4588 D:\cygwin\bin\perl.exe: *** fatal error - unable to > remap D:\cygwin\lib\perl5\5.10\i686-cygwin\auto\File\Glob\Glob.dll to same > address as parent(0x860000) != 0x14E0000
That's a common problem for non-XP 32-bit systems with perl5 You need to install the rebase package, and run rebaseall from ash. > 6301192 [main] perl 5672 fork: child 4588 - died waiting for dll loading, > errno 11 > 14684963 [main] perl 5360 D:\cygwin\bin\perl.exe: *** fatal error - unable > to remap D:\cygwin\lib\perl5\5.10\i686-cygwin\auto\File\Glob\Glob.dll to > same address as parent(0x860000) != 0x14D0000 > 14692524 [main] perl 5672 fork: child 5360 - died waiting for dll loading, > errno 11 > 20209071 [main] perl 5348 D:\cygwin\bin\perl.exe: *** fatal error - unable > to remap D:\cygwin\lib\perl5\5.10\i686-cygwin\auto\File\Glob\Glob.dll to > same address as parent(0x860000) != 0x14E0000 > 20215589 [main] perl 5672 fork: child 5348 - died waiting for dll loading, > errno 11 > 25859166 [main] perl 5704 D:\cygwin\bin\perl.exe: *** fatal error - unable > to remap D:\cygwin\lib\perl5\5.10\i686-cygwin\auto\File\Glob\Glob.dll to > same address as parent(0x860000) != 0x14C0000 > 25867032 [main] perl 5672 fork: child 5704 - died waiting for dll loading, > errno 11 > 35983106 [main] perl 2492 D:\cygwin\bin\perl.exe: *** fatal error - unable > to re > map D:\cygwin\lib\perl5\5.10\i686-cygwin\auto\File\Glob\Glob.dll to same > address as parent(0x860000) != 0x14C0000 > 35993303 [main] perl 5672 fork: child 2492 - died waiting for dll loading, > errno 11 > 41853512 [main] perl 5468 D:\cygwin\bin\perl.exe: *** fatal error - unable > to re > map D:\cygwin\lib\perl5\5.10\i686-cygwin\auto\File\Glob\Glob.dll to same > address as parent(0x860000) != 0x14E0000 > -- Reini Urban http://phpwiki.org/ http://murbreak.at/ _______________________________________________ http://lists.parrot.org/mailman/listinfo/parrot-dev
