[webkit-help] Error when compiling with --debug
Julien Chaffraix
julien.chaffraix at gmail.com
Tue Aug 24 08:23:16 PDT 2010
Hi,
> When I try to compile the last version of webkit source code, running the
> script build-webkit --gtk with the --debug flag, it presents this error:
> CC
> WebKit/gtk/tests/Programs_unittests_testdomdocument-testdomdocument.o
> /bin/mkdir -p ./.deps/DerivedSources
> CXXLD libJavaScriptCore.la
> CXXLD TestNetscapePlugin/libtestnetscapeplugin.la
> CXXLD Programs/jsc
> CXXLD libwebkitgtk-1.0.la
> CCLD Programs/minidom
> GEN Programs/jsc-1
> collect2: ld terminated with signal 9 [Killed]
This likely indicates that you are running out of memory.
> Does anyone knows why this error happens? Any solution?
The solutions are either to add more memory to your machine or do a
release build :(
Regards,
Julien
More information about the webkit-help
mailing list