This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug bootstrap/30727] Argument list to long when compiling gcc



------- Comment #2 from krischik at users dot sourceforge dot net  2007-02-15 07:38 -------
Hello Andrew

Have you noticed all the '\' characters at the end of the lines quoted? 

It is not a small command line passed to gcc but one enormous command line
passed to /bin/bash. Simplified it is like:

x : y
   I=Something \
   Command_A ; \
   J=Something_Else \
   Command_B \
   .....

I can only guess where it starts so I might have quoted to much or to little.

Martin


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30727


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]