------- 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