This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: unable to remap C:\cygwin\bin\cygiconv-2.dll to same address asparent(0x7C0000) != 0x7D0000


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]