Linux version:
uname -a
Linux Paradise 2.6.17-10-generic #2 SMP Tue Dec 5 22:28:26 UTC 2006 i686 GNU/Linux
gcc -v
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --program-suffix=-4.1 --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --enable-mpfr --enable-checking=release i486-linux-gnu
Thread model: posix
gcc version 4.1.2 20060928 (prerelease)
g++ -v
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --program-suffix=-4.1 --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --enable-mpfr --enable-checking=release i486-linux-gnu
Thread model: posix
gcc version 4.1.2 20060928 (prerelease)
fetch the source code:
lftp ftp://ftp.mozilla.org:/pub/mozilla.org/firefox/releases/1.5.0.7/source
get firefox-1.5.0.7-source.tar.bz2
bye
untar the source code:
tar jxvf firefox-1.5.0.7-source.tar.bz2
enter the dirctory:
cd mozilla
config:
./configure --with-pthreads --enable-application=browser --enable-default-toolkit=gtk2 --with-distribution-id=Swiftfox --disable-freetype2 --enable-single-profile --enable-extensions=default,xforms,schema-validation --disable-installer --disable-tests '--enable-optimize=-O3 -march=pentium-m -freorder-blocks -fno-reorder-functions -msse2 -mmmx -mfpmath=sse -D_FORTIFY_SOURCE=2' --disable-shared --enable-static --disable-profilesharing --disable-debug --enable-xft --enable-crypto --enable-svg --enable-canvas --enable-update-packaging --enable-xinerama
compile:
make
make check
install:
sudo make install
compare:
(http://celtickane.com/projects/jsspeed.php)
the Mozilla distribution firefox(1.5.0.7)

Mine:

and some others:
opera:
(9.00 build344)

konqueror:
(3.5.5)
No comments:
Post a Comment