Hi, I believe this issue is due to limitation in your binutils. We faced this issue a while ago on android. The fix is basically is to split the entire set of files into chunks of 'sub-libraries' and then link the chunks into the main library. For android, a patch is available (which also does the above). Its not so difficult to write it out yourself too... Which version of gcc do you use btw -- 4.4 or 4.5?
Regards, Ganesh.S On Sat, Sep 1, 2012 at 9:57 PM, Fabrice DELENTE <[email protected]> wrote: > Hello. > > > Yesterday, trying to compile the day's release (2012 August 31), > compilation with gcc 4.7.0 on linux 3.4 stopped with > > CXX DerivedSources/WebCore/libWebCore_la-XPathGrammar.lo > make[1]: execvp: /bin/sh: Argument list too long > make[1]: *** [libWebCore.la] Error 127 > > I tried > > make V=1 2>&1 | tee out > > and the "out" file contains several lines that fill up several > screens; this file is more than 10 megs! > > How can I solve this? > > Thanks! > > -- > F. Delente > _______________________________________________ > webkit-help mailing list > [email protected] > http://lists.webkit.org/mailman/listinfo/webkit-help >
_______________________________________________ webkit-help mailing list [email protected] http://lists.webkit.org/mailman/listinfo/webkit-help
