Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Thu, 26 Jun 2003 22:42:47 +0100 From: Elfyn McBratney X-X-Sender: elfyn AT ellixia Reply-To: cygwin AT cygwin DOT com To: Urs Rau cc: cygwin AT cygwin DOT com, Charles Wilson Subject: Re: unable to remap C:\cygwin\bin\cygiconv-2.dll to same address as parent(0x7C0000) != 0x7D0000 In-Reply-To: <3EFB4F45.80109@uk.om.org> Message-ID: References: <3EFB4F45 DOT 80109 AT uk DOT om DOT org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Thu, 26 Jun 2003, Urs Rau wrote: > when trying to add/compile the perl module XML::DifferenceMarkup (v. > 0.09) to the perl 5.8.0 under cygwin "CYGWIN_NT-5.1 quin10 > 1.3.22(0.78/3/2) 2003-03-18 09:20 i686" I get the following iconv-2.dll > error msgs: (error is same with either libiconv2-1.8.2 or 1.8.3) > > $ perl Makefile.PL > Checking if your kit is complete... > Looks good > C:\cygwin\bin\perl.exe: *** unable to remap C:\cygwin\bin\cygiconv-2.dll > to same > address as parent(0x7C0000) != 0x7D0000 > 3982 [main] perl 276 sync_with_child: child 2308(0x6F4) died before > initializ > ation with status code 0x1 > 4282 [main] perl 276 sync_with_child: *** child state child loading dlls > C:\cygwin\bin\perl.exe: *** unable to remap C:\cygwin\bin\cygiconv-2.dll > to same > address as parent(0x7C0000) != 0x7D0000 > 5053100 [main] perl 276 sync_with_child: child 3032(0x6E8) died before > initializ > ation with status code 0x1 > 5053403 [main] perl 276 sync_with_child: *** child state child loading dlls You need to rebase all of your Cygwin DLL's using the 'rebase' package. If it's not already installed, install it. Then make sure no Cygwin processes are still running (e.g., apps started via cygrunsrv) and then opun up a bash shell in cmd.exe/command.com (not rxvt) and run $ rebaseall -v You should be alright after that. Elfyn -- -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/