On Fri, Nov 05, 1999 at 06:49:05AM -0600, Tom McCafferty wrote:
| I have just ported a ESIX system to Redhat 6.0 with Redhat OSF Motif. The
| Motif application trys to start another process using the system() call.
| For example
| ...
| stat = system("other_prog &");
| ...
| The calls works
Hello,
I have just ported a ESIX system to Redhat 6.0 with Redhat OSF Motif. The
Motif application trys to start another process using the system() call.
For example
...
stat = system("other_prog &");
...
The calls works fine but I wind up with TWO of the applications running!!?
Any ide