bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gnumake[1]: execvp: /bin/sh: The parameter or environment lists are


From: Samuel Klatchko
Subject: Re: gnumake[1]: execvp: /bin/sh: The parameter or environment lists are too long
Date: Sun, 12 Aug 2007 17:12:30 -0700
User-agent: Microsoft-Entourage/11.3.6.070618

This is most likely a limitation of the OS.  On Solaris, exec as having the
error:
        E2BIG
           The number of bytes in the new process's argument list
           is  greater  than  the system-imposed limit of ARG_MAX
           bytes. The argument list limit is sum of the  size  of
           the  argument  list plus the size of the environment's
           exported shell variables.

Do you have a large environment that is eating up the bytes or is it just a
very long command line?

samuel


On 8/10/07 1:33 PM, "address@hidden" <address@hidden>
wrote:

> 
> gnumake[1]: execvp: /bin/sh: The parameter or environment lists are too
> long.
> gnumake[1]: *** [clean] Error 127
> 
> 
> _______________________________________________
> Bug-make mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/bug-make





reply via email to

[Prev in Thread] Current Thread [Next in Thread]