Hi, I'm using Ubuntu 6.06 on my Laptop.
I still have Firefox 1.5.0.7 installed and I want to upgrade to Firefox 2.0.
Since I couldn't find it in the repositories, I decided to install it manually.
The Binary version crashes at start, with the well known "Segmentation fault" Error.
So I decidet to compile it myself.
I dowloaded the sources, and made a .mozconfig file with the following lines:
Code:
. $HOME/mozilla/browser/config/mozconfig
mk_add_options MOZ_CO_PROJECT=browser
this file is where I unpacked my Firefox sources to (the mozilla/ directory).
Now when I try to build the browser with the following command:
$ make -f client.mk build
The configuration seems to go well in the first place, but eventually I get the following error:
Code:
collect2: ld returned 1 exit status
make[4]: *** [libxpcom_core.so] Error 1
make[4]: Leaving directory `/home/bereziak/mozilla/xpcom/build'
make[3]: *** [libs] Error 2
make[3]: Leaving directory `/home/bereziak/mozilla/xpcom'
make[2]: *** [tier_2] Error 2
make[2]: Leaving directory `/home/bereziak/mozilla'
make[1]: *** [default] Error 2
make[1]: Leaving directory `/home/bereziak/mozilla'
make: *** [build] Error 2
and above that, many thousand lines of errormessages (over 2000).
anyone else had a similar error?
please help!
--polemon