Re: Updated: perl-5.8.7-2

2005-07-13 Thread Yitzchak Scott-Thoennes
On Tue, Jul 12, 2005 at 07:17:10PM +0200, Reini Urban wrote: > Gerrit P. Haase schrieb: > >Adye, TJ (Tim) wrote: > >>>Have you recompiled Win32::Shortcut? Do you use the standard > >>>perl linker wrapper ld2 / perlld? If not have you used the > >>>--enable-auto-image-base flag to link the DLL? >

Re: Updated: perl-5.8.7-2

2005-07-12 Thread Gerrit P. Haase
Tim, Do you have a package for which I can use for tests (so I just need to call `make test` or `perl Makefile.PL && make test` I was just using the test script I posted earlier. An even shorter alternative would be #!/usr/bin/perl use Win32::Shortcut; system 'pwd'; I guess an automated te

Re: Updated: perl-5.8.7-2

2005-07-12 Thread Gerrit P. Haase
Reini Urban wrote: But I'll try to find a general solution. I hope that using a set of DLLs which all have been compiled with --enable-auto-image-base will help. General solution, sounds big. Good luck! Gerrit -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem repor

Re: Updated: perl-5.8.7-2

2005-07-12 Thread Reini Urban
Gerrit P. Haase schrieb: Adye, TJ (Tim) wrote: Have you recompiled Win32::Shortcut? Do you use the standard perl linker wrapper ld2 / perlld? If not have you used the --enable-auto-image-base flag to link the DLL? No, I didn't recompile Win32::Shortcut. I guess I should repeat my earlier P

RE: Updated: perl-5.8.7-2

2005-07-12 Thread Adye, TJ \(Tim\)
Hi Gerrit, > -Original Message- > From: Gerrit P. Haase <[EMAIL PROTECTED]> > Sent: 12 July 2005 13:03 > To: Adye, TJ (Tim) > Cc: The Cygwin Mailing List > Subject: Re: Updated: perl-5.8.7-2 > > Adye, TJ (Tim) wrote: > >>Have you recompiled Win32::

Re: Updated: perl-5.8.7-2

2005-07-12 Thread Gerrit P. Haase
Adye, TJ (Tim) wrote: Have you recompiled Win32::Shortcut? Do you use the standard perl linker wrapper ld2 / perlld? If not have you used the --enable-auto-image-base flag to link the DLL? No, I didn't recompile Win32::Shortcut. I guess I should repeat my earlier Please recompile, and ensu

RE: Updated: perl-5.8.7-2

2005-07-12 Thread Adye, TJ \(Tim\)
Gerrit P. Haase wrote: > > Hi Tim, > > > > Adye, TJ (Tim) wrote: > > > >> Hi Gerrit, > >> > >> Thanks for the Perl update. > >> > >> Unfortunately this doesn't seem to fix the problem I reported earlier > >> ("Perl Win32::Shortcut screws up fork"). My test script worked fine > >> after "rebasea

Re: Updated: perl-5.8.7-2

2005-07-11 Thread Christopher Faylor
On Mon, Jul 11, 2005 at 10:17:51PM -0400, Christopher Faylor wrote: >On Mon, Jul 11, 2005 at 11:29:10PM +0200, Gerrit P. Haase wrote: >>Adye, TJ (Tim) wrote: >>>Thanks for the Perl update. >>> >>>Unfortunately this doesn't seem to fix the problem I reported earlier >>>("Perl Win32::Shortcut screws

Re: Updated: perl-5.8.7-2

2005-07-11 Thread Christopher Faylor
On Mon, Jul 11, 2005 at 11:29:10PM +0200, Gerrit P. Haase wrote: >Adye, TJ (Tim) wrote: >>Thanks for the Perl update. >> >>Unfortunately this doesn't seem to fix the problem I reported earlier >>("Perl Win32::Shortcut screws up fork"). My test script worked fine >>after "rebaseall", but when I rei

Re: Updated: perl-5.8.7-2

2005-07-11 Thread Gerrit P. Haase
Gerrit P. Haase wrote: Hi Tim, Adye, TJ (Tim) wrote: Hi Gerrit, Thanks for the Perl update. Unfortunately this doesn't seem to fix the problem I reported earlier ("Perl Win32::Shortcut screws up fork"). My test script worked fine after "rebaseall", but when I reinstalled Cygwin from scratc

Re: Updated: perl-5.8.7-2

2005-07-11 Thread Gerrit P. Haase
Hi Tim, Adye, TJ (Tim) wrote: Hi Gerrit, Thanks for the Perl update. Unfortunately this doesn't seem to fix the problem I reported earlier ("Perl Win32::Shortcut screws up fork"). My test script worked fine after "rebaseall", but when I reinstalled Cygwin from scratch (including Perl 5.8.7-2

RE: Updated: perl-5.8.7-2

2005-07-11 Thread Adye, TJ \(Tim\)
se (alone) wasn't expected to fix my problem. Tim. > -Original Message- > From: [EMAIL PROTECTED] On Behalf Of Gerrit P. Haase > Sent: 10 July 2005 02:13 > To: cygwin-announce@cygwin.com > Subject: Updated: perl-5.8.7-2 > > Perl has been updated to 5.8.7-2 > >-

[ANNOUNCEMENT] Updated: perl-5.8.7-2

2005-07-09 Thread Gerrit P. Haase
Perl has been updated to 5.8.7-2 - Now using --enable-auto-image-base to link DLL and extensions. This should address the problem with loading extension DLLs in subprocesses. NEWS - New builtin functions: Cygwin::winpid_to_pid, Cygwin::pid_to_winpid - Configured with -Dus