On Fri, Sep 30, 2011 at 2:30 PM, Douglas Gregor <[email protected]> wrote:

> > (b) the driver will have to do something to honor that option when it
> > is calling out to other processes (like the linker), or be able to
> > adjust paths.
>
> I think it's entirely reasonable to temporarily chdir() when calling those
> other processes.


Yea, the typical pattern I've seen is:

compute paths -> fork -> chdir -> exec
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to