deekoo has asked for the wisdom of the Perl Monks concerning the following question:
I'm (trying to) port a perl app originally developed on Linux to win32.
Using perl 5.8.2 under Cygwin on Win98, system() will wait for a few aeons and then whines that sync_with_child failed because WaitForMultipleObjects timed out if I use POSIX;. (This perl's compiled from the 5.8.2 tarball using cygwin's GCC, and isn't using vfork().)
Is there any way to get the POSIX module to coexist with system() under win98, or should I just give up and rewrite everything that depends on it?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: system() and use POSIX on cygwin
by exussum0 (Vicar) on Feb 08, 2004 at 13:53 UTC | |
by deekoo (Initiate) on Feb 10, 2004 at 16:46 UTC | |
|
Re: system() and use POSIX on cygwin
by ysth (Canon) on Feb 09, 2004 at 03:53 UTC | |
by deekoo (Initiate) on Feb 10, 2004 at 16:48 UTC | |
by ysth (Canon) on Feb 10, 2004 at 17:01 UTC |