This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: libstdc++ configure time
- To: rth at redhat dot com (Richard Henderson)
- Subject: Re: libstdc++ configure time
- From: Joern Rennecke <amylaar at cambridge dot redhat dot com>
- Date: Mon, 19 Mar 2001 23:11:13 +0000 (GMT)
- Cc: zackw at Stanford dot EDU (Zack Weinberg), gcc at gcc dot gnu dot org,aoliva at redhat dot com (Alexandre Oliva)
> I'm guessing that it wants one hard link per live shell,
> as a kind of reference counting. Dunno past that...
Is every sub-shell a separate process? Then it would make sense:
when exiting, each sub-shell will delete its link to the file.
>
> > Are we likely to run into line length limits if we do more with echo?