This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: libstdc++ configure time


> 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?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]