* kernel argument list too long
@ 2004-08-26 15:53 Mauricio R. Perez - Centro de Computos
2004-08-26 17:56 ` Arthur Perry
2004-08-26 20:04 ` Jan-Benedict Glaw
0 siblings, 2 replies; 3+ messages in thread
From: Mauricio R. Perez - Centro de Computos @ 2004-08-26 15:53 UTC (permalink / raw)
To: linux-kernel
Kernel limitation of argument list it's a problem, not for things I do, else
is for things that others do, i "need" to compile aubit4gl, but configure
gives me Argument List Too long, and I need to have more memory for
arguments, how can y solve this?
kernel: 2.6.7
gcc: 3.3.2
Thanks
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: kernel argument list too long
2004-08-26 15:53 kernel argument list too long Mauricio R. Perez - Centro de Computos
@ 2004-08-26 17:56 ` Arthur Perry
2004-08-26 20:04 ` Jan-Benedict Glaw
1 sibling, 0 replies; 3+ messages in thread
From: Arthur Perry @ 2004-08-26 17:56 UTC (permalink / raw)
To: Mauricio R. Perez - Centro de Computos; +Cc: linux-kernel
On Thu, 26 Aug 2004, Mauricio R. Perez - Centro de Computos wrote:
> Kernel limitation of argument list it's a problem, not for things I do, else
> is for things that others do, i "need" to compile aubit4gl, but configure
> gives me Argument List Too long, and I need to have more memory for
> arguments, how can y solve this?
> kernel: 2.6.7
> gcc: 3.3.2
>
> Thanks
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
>
Hi Mauricio,
Here is a canned answer to that age-old question:
http://lists.gnu.org/archive/html/bug-fileutils/2001-10/msg00048.html
Now in your case, I would find some way to get configure to do what you want it to without that long argument list.
Maybe you can find some files to modify manually to "hard code" your options in the tree of aubit4gl.
Perhaps there are a few Makefile variables that can be hardcoded.
I probably would not bother recompiling the kernel in order to get a larger environment space just to pass this huge tank of a command line for a single build.
Arthur Perry
Linux Systems/Software Architect
Lead Linux Engineer
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: kernel argument list too long
2004-08-26 15:53 kernel argument list too long Mauricio R. Perez - Centro de Computos
2004-08-26 17:56 ` Arthur Perry
@ 2004-08-26 20:04 ` Jan-Benedict Glaw
1 sibling, 0 replies; 3+ messages in thread
From: Jan-Benedict Glaw @ 2004-08-26 20:04 UTC (permalink / raw)
To: Mauricio R. Perez - Centro de Computos; +Cc: linux-kernel
[-- Attachment #1: Type: text/plain, Size: 1059 bytes --]
On Thu, 2004-08-26 12:53:33 -0300, Mauricio R. Perez - Centro de Computos <mauricio_perez@pergamino.gov.ar>
wrote in message <008601c48b84$d7211530$643caf0a@pergamino.gov.ar>:
> Kernel limitation of argument list it's a problem, not for things I do, else
> is for things that others do, i "need" to compile aubit4gl, but configure
> gives me Argument List Too long, and I need to have more memory for
> arguments, how can y solve this?
> kernel: 2.6.7
> gcc: 3.3.2
$ vi .../linux-2.6.x/include/linux/binfmts.h +/MAX_ARG_PAGES
However, another fix would be to limit the size of supplied arguments,
possibly by placing the source files not into a deep directory (thus
avoiding long absolute paths) etc.
MfG, JBG
--
Jan-Benedict Glaw jbglaw@lug-owl.de . +49-172-7608481 _ O _
"Eine Freie Meinung in einem Freien Kopf | Gegen Zensur | Gegen Krieg _ _ O
fuer einen Freien Staat voll Freier Bürger" | im Internet! | im Irak! O O O
ret = do_actions((curr | FREE_SPEECH) & ~(NEW_COPYRIGHT_LAW | DRM | TCPA));
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2004-08-26 20:13 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-26 15:53 kernel argument list too long Mauricio R. Perez - Centro de Computos
2004-08-26 17:56 ` Arthur Perry
2004-08-26 20:04 ` Jan-Benedict Glaw
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox