Fw: Re: Mozilla 1.1 RPMS

Kurt Wall kwall
Mon May 17 11:37:27 PDT 2004


Also sprach Jerry McBride:
>
> Maybe I'm compiling it wrong... see anything here that I can sharpen
> up?
> 
> #mozilla compile script...
> #!/bin/bas

Presumably, you mean:

#!/bin/bash

> export MOZILLA_OFFICIAL=1
> export BUILD_OFFICIAL=1
> export MOZ_INTERNAL_LIBART_LGPL=1
> 
> ./configure --prefix=/usr/local/mozilla \
>  --with-x \
>  --with-pthreads \
>  --with-system-jpeg \
>  --with-system-png \
>  --with-system-zlib \
>  --with-system-mng \
>  --enable-toolkit-gtk \
>  --enable-toolkit-xlib \
>  --enable-toolkit-qt \

Lose QT?

>  --with-qtdir=/usr/lib/qt3 \

Lose QT3?

>  --enable-xft \

Does this one enable anti-aliasing? Are you using it?

>  --enable-svg \

Do you often run across SVG graphics?

>  --disable-debug \
>  --enable-crypto \
>  --enable-optimize='-O3 -march=i586 -mcpu=i586' \
>  --enable-reorder \
>  --enable-strip \
>  --enable-xterm-updates \
>  --enable-cpp-rtti \

RTTI is expensive.

>  --enable-cpp-exceptions \

Exceptions are nice, but also expensive.

>  --enable-default-toolkit=qt

Suggest --disable-nls, if that's an option.

>  make -f client.mk build
> 
>  cd security/manager
>  make
>  cd -
> 
>  cd xpinstall/packager
>  make
> 
> # cd /opt/mozilla/plugins
> # ln -s /opt/j2re1.3.1/plugin/i386/mozilla/javaplugin_oji.so

Kurt
-- 
Any excuse will serve a tyrant.
		-- Aesop


More information about the Linux-users mailing list