Hi, Dietrich,
Thanks a lot for your prompt response! The build was done on Ubuntu 9 running on AMD athlon II. Inspite of the errors, the tar.gz file is still created in dist dir. The source files are downloaded from this link:
http://releases.mozilla.org/pub/mozilla.org/firefox/releases/latest-3.5/source/
The mozconfig I used is pasted as follows:
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/../opt_ffxul.2
mk_add_options MOZ_BUILD_PROJECTS="xulrunner browser"
mk_add_options MOZ_CO_PROJECT="xulrunner browser"
ac_add_app_options xulrunner --enable-application=xulrunner
ac_add_app_options xulrunner --disable-javaxpcom
ac_add_app_options xulrunner --with-arm-kuser
ac_add_app_options browser --enable-application=browser
ac_add_options --disable-tests
ac_add_options --disable-crashreporter
ac_add_options --enable-optimize --disable-debug
ac_add_app_options browser --with-libxul-sdk=../xulrunner/dist
export LDFLAGS="-Wl,-rpath-link,$PWD/dist/bin/:/usr/lib:/lib"
Any clue on what might have caused the problems is greatly appreciated.
Regards,
Weidong