in reply to system() and use POSIX on cygwin

Could you use exec()/fork()/waitpid() instead of system()?

Play that funky music white boy..

Replies are listed 'Best First'.
Re: Re: system() and use POSIX on cygwin
by deekoo (Initiate) on Feb 10, 2004 at 16:46 UTC
    That narrows down the problem slightly: it hangs at the fork().