public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* unable to remap C:\cygwin\bin\cygiconv-2.dll to same address as parent(0x7C0000) != 0x7D0000
@ 2003-06-26 21:12 Urs Rau
  2003-06-27  1:32 ` Elfyn McBratney
  0 siblings, 1 reply; 3+ messages in thread
From: Urs Rau @ 2003-06-26 21:12 UTC (permalink / raw)
  To: cygwin; +Cc: Charles Wilson

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


This error goes on and on and on ..... is this a iconv2 issue or a perl 
module issue?

Any advice?

Thanks in advance.

Urs Rau


--
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/

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: unable to remap C:\cygwin\bin\cygiconv-2.dll to same address as parent(0x7C0000) != 0x7D0000
  2003-06-26 21:12 unable to remap C:\cygwin\bin\cygiconv-2.dll to same address as parent(0x7C0000) != 0x7D0000 Urs Rau
@ 2003-06-27  1:32 ` Elfyn McBratney
  2003-06-27  9:54   ` Urs Rau
  0 siblings, 1 reply; 3+ messages in thread
From: Elfyn McBratney @ 2003-06-27  1:32 UTC (permalink / raw)
  To: Urs Rau; +Cc: cygwin, Charles Wilson

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/

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: unable to remap C:\cygwin\bin\cygiconv-2.dll to same address as parent(0x7C0000) != 0x7D0000
  2003-06-27  1:32 ` Elfyn McBratney
@ 2003-06-27  9:54   ` Urs Rau
  0 siblings, 0 replies; 3+ messages in thread
From: Urs Rau @ 2003-06-27  9:54 UTC (permalink / raw)
  To: cygwin; +Cc: elfyn

Elfyn McBratney wrote:
> On Thu, 26 Jun 2003, Urs Rau wrote:
> 
>>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
> 
> 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

Worked like a charm. Thanks a million.

Urs Rau


--
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/

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-06-27  9:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-06-26 21:12 unable to remap C:\cygwin\bin\cygiconv-2.dll to same address as parent(0x7C0000) != 0x7D0000 Urs Rau
2003-06-27  1:32 ` Elfyn McBratney
2003-06-27  9:54   ` Urs Rau

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).