Date: Wed, 20 Jun 2001 00:44:09 -0400 Message-Id: <200106200444.AAA26396@envy.delorie.com> X-Authentication-Warning: envy.delorie.com: dj set sender to dj AT envy DOT delorie DOT com using -f From: DJ Delorie To: djgpp-workers AT delorie DOT com In-reply-to: <3B2FEDD5.12239.459453@localhost> (snowball3@softhome.net) Subject: Re: libtool's max cmd line crash References: <3B2FEDD5 DOT 12239 DOT 459453 AT localhost> Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Once the response file is processed, expand_wildcards is called which then > calls glob to expand any wildcards, etc. glob allocates a 2000 byte buffer > for an argument, but the mega argument is over 250K. Yowza. Does the mega argument have wildcards?