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?
In reply to system() and use POSIX on cygwin by deekoo
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |