From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23743 invoked by alias); 26 Jun 2003 21:42:53 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 23736 invoked from network); 26 Jun 2003 21:42:53 -0000 Received: from unknown (HELO cmailm2.svr.pol.co.uk) (195.92.193.210) by sources.redhat.com with SMTP; 26 Jun 2003 21:42:53 -0000 Received: from modem-850.bear.dialup.pol.co.uk ([217.134.35.82] helo=localhost) by cmailm2.svr.pol.co.uk with esmtp (Exim 4.14) id 19VeW3-00009o-O6; Thu, 26 Jun 2003 22:42:52 +0100 Date: Fri, 27 Jun 2003 01:32:00 -0000 From: Elfyn McBratney X-X-Sender: elfyn@ellixia Reply-To: cygwin@cygwin.com To: Urs Rau cc: cygwin@cygwin.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.80109@uk.om.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2003-06/txt/msg01246.txt.bz2 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/