[Bug ada/30806] execvp: gcc: Argument list too long

2007-02-15 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2007-02-15 21:48 --- Just a quick note here, the argument list is way below the max of 8k. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30806

[Bug ada/30806] execvp: gcc: Argument list too long

2007-02-15 Thread charlet at gcc dot gnu dot org
--- Comment #3 from charlet at gcc dot gnu dot org 2007-02-15 17:50 --- The command line you quoted is much less than 8192 characters (I count 3744 characters), so I guess your build environment is somehow creating additional limitations, and/or some shell artefact or a bug in make is ca

[Bug ada/30806] execvp: gcc: Argument list too long

2007-02-15 Thread krischik at users dot sourceforge dot net
--- Comment #2 from krischik at users dot sourceforge dot net 2007-02-15 17:40 --- Hello Arno, I reported a few similar bugs to the PolyORB team long ago and we found the reason as well: Windows: --- gnat-mingw-gcc-4.2.0.log:checking the maximum length of command line

[Bug ada/30806] execvp: gcc: Argument list too long

2007-02-15 Thread charlet at gcc dot gnu dot org
--- Comment #1 from charlet at gcc dot gnu dot org 2007-02-15 15:03 --- Looks like a mingw/environment issue to me. Never seen such thing myself. -- charlet at gcc dot gnu dot org changed: What|Removed |Added ---