| I have tried to compile the last version of
| Mozilla under solaris 2.7 and I'm facing several problems
| sorry one big problem
| I have use the configure without the test and debug
| and It's impossible to compile the LDAP library
| does any one face the same problem ???
|
| thank you in advance
|
| Pierre
The following worked for me on a S8 box. Hope that helps,
Thomas
TMPPREFIX=/work/nau/tmp
PREFIX=/work/nau/mozilla
freetype-2.1.0:
env CC=cc \
CFLAGS='-xtarget=ultra -xO4 -xarch=v8plusa' \
LDFLAGS='-s -xarch=v8plusa' \
./configure \
--prefix=${TMPPREFIX} \
--disable-shared
libIDL-0.6.8:
env CC=cc \
CFLAGS='-xtarget=ultra -xO4 -xarch=v8plusa' \
LDFLAGS='-s -xarch=v8plusa' \
./configure \
--prefix=${TMPPREFIX} \
--disable-shared
mozilla-1.0:
env MAKE="gmake -j 4" \
FT2_CONFIG=${TMPPREFIX}/bin/freetype-config \
LIBIDL_CONFIG=${TMPPREFIX}/bin/libIDL-config \
CC=cc \
CXX=CC \
./configure \
--prefix=${PREFIX} \
--disable-jsd \
--disable-debug \
--disable-dtd-debug \
--disable-logging \
--enable-optimize='-xtarget=ultra -xO4 -xarch=v8plusa' \
--enable-js-ultrasparc \
--enable-crypto
#
# hack for Adobe plugin (requires Motif lib to be loaded)
# 'plugger' seems to be the better choice anyway
#
cd xpfe/bootstrap
rm mozilla-bin
make -n
#
# execute 'CC -o mozilla-bin ...' but append '-lXm'
#
make
-----------------------------------------------------------------
PGP fingerprint: B1 EE D2 39 2C 82 26 DA A5 4D E0 50 35 75 9E ED
Phone: +49 731 50 22464
FAX: +49 731 50 22471