This is the mail archive of the gcc-patches@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: PATCH: Avoid long commands in libtool


On Jul 11, 2001, Jeff Sturm <jsturm@one-point.com> wrote:

> I have had problems whenever the command output exceeded 8192 bytes.

Ouch!

> You could say it is a shell bug, and rightly so.

But it would still be nice to get libtool to work on it.  We support
so much shell lossage that it shouldn't be too hard to support this
one.  There are several ways to do it.  Beside the one I've already
suggested, there is always sed, that can be used to extract individual
lines off a file, or even parts of individual lines.

> Are you certain that applies to redirection, and not just piped
> commands?

I'm afraid so.

> If you like I'll repost to libtool-patches@gnu.org where these issues are
> a bit more on topic.

Yes, please :-)

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me


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