> What can I do to keep the argument list small? I am limited to 5120 bytes
> for the command line.

That might be a 5120 byte limit on the command line + the environment.
If that is the case, then trimming your environment might help.

Can you quote the exact command that is overflowing?  If it has a lot of
paths in it, you could try a directory structure such as:

  /g/src
  /g/build
  /g/install

Michael Elizabeth Chastain
<[EMAIL PROTECTED]>
"love without fear"

_______________________________________________
Bug-gdb mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-gdb

Reply via email to