[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: check for max cmd line length
From: |
Tim Van Holder |
Subject: |
Re: check for max cmd line length |
Date: |
Mon, 25 Jun 2001 18:20:07 +0200 |
> > Please don't check for this on the Hurd, (*-gnu*), but just set it
> > to any maximum value you need.
> >
> Hmm.. I can't decide if this is good news or not. ;) I think what
> needs to be done is to add some mechanism for telling Libtool
> that there is no maximum. That would involve a check for Hurd
> and setting a flag in configury, then in the libtool script
> checks that skip the piecewise linking if the flag is set.
That, or you could just set some high default in AC_LIBTOOL_SYS_MAX_CMD_LEN
(say, 256K, as it seems fairly unlikely that would be hit often) the
same way a default is now set for DJGPP (where the test would otherwise
blow up the system).
- check for max cmd line length, Marcus Brinkmann, 2001/06/19
- Re: check for max cmd line length, Robert Boehne, 2001/06/25
- Re: check for max cmd line length, Marcus Brinkmann, 2001/06/25
- Re: check for max cmd line length,
Tim Van Holder <=
- Re: check for max cmd line length, Gary V . Vaughan, 2001/06/25
- Re: check for max cmd line length, Robert Boehne, 2001/06/28
- Re: check for max cmd line length, Gary V . Vaughan, 2001/06/28
- Re: check for max cmd line length, Marcus Brinkmann, 2001/06/28
- Re: check for max cmd line length, Gary V . Vaughan, 2001/06/28