in reply to Re: system() Creating Different Results than Commandline Operation.
in thread system() Creating Different Results than Commandline Operation.
using your solution to rewrite system_no_output seems to hang waiting for gcov to return. I don't understand why.if (system_no_output(3, $gcov_tool, "--help") == -1)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: system() Creating Different Results than Commandline Operation.
by ikegami (Patriarch) on Apr 06, 2009 at 18:12 UTC |