Re: Code redundancies: spawning processes/pipe handling
Rhys Weatherley <[email protected]>
| Newsgroups | gmane.comp.gnu.dotgnu.developer |
|---|---|
| Organization | Southern Storm Software, Pty Ltd |
| Message-ID | <[email protected]> |
On Thursday 22 April 2004 03:58 pm, Maciek Plewa wrote: > Would it be OK to throw out > the code from cc_main.c and refer to spawn.c instead? Give it a try and see what happens. If it doesn't break anything, we'll probably apply the patch. There's a lot of old crufty system code in "cscc" that should probably be moved down into "support". That code in "cscc/common" probably also needs to be modified to use a regular spawn on systems without pipes, writing the data out to a temporary file. Cheers, Rhys.