Mozilla 1.2b fails to build on AIX 4.3.3
Bernhard Erdmann <[email protected]> Sun, 17 Nov 2002 12:59:18 +0100
| Newsgroups | gmane.comp.mozilla.devel.unix,gmane.comp.mozilla.builds |
|---|---|
| Message-ID | <[email protected]> |
Tried to build Mozilla 1.2b on AIX 4.3.3 (ML 9) but make fails. gtar xzf mozilla-source-1.2b.tar.gz mkdir build-rs6k2; cd build-rs6k-2 ./mozilla/configure 2>&1 | tee config.out gmake 2>&1 | tee make.out The output files are available at http://berdmann.dyndns.org/debug/mozilla/1.2b/aix/ Freeware installed from http://www.bullfreeware.com/ gcc 2.95.3 gmake 3.79.1 perl 5.6.1 glib 1.2.8 gtk+ 1.2.8 libIDL 0.6.8 zip 2.3.0 (for a complete list see file freeware.installed, containing lslpp -l 'freeware.*') Make stops showing: /usr/bin/ld -brtl -bM:SRE -bnoentry -bexpall -o libnspr4.so ./prvrsion.o io/./prfdcach.o io/./prmwait.o io/./prmapopt.o io/./priometh.o io/./pripv6.o io/./prlayer.o io/./prlog.o io/./prmmap.o io/./prpolevt.o io/./prprf.o io/./prscanf.o io/./prstdio.o threads/./prcmon.o threads/./prrwlock.o threads/./prtpd.o linking/./prlink.o malloc/./prmem.o md/./prosdep.o memory/./prshm.o memory/./prshma.o memory/./prseg.o misc/./pralarm.o misc/./pratom.o misc/./prcountr.o misc/./prdtoa.o misc/./prenv.o misc/./prerr.o misc/./prerror.o misc/./prerrortable.o misc/./prinit.o misc/./prinrval.o misc/./pripc.o misc/./prlog2.o misc/./prlong.o misc/./prnetdb.o misc/./prolock.o misc/./prrng.o misc/./prsystem.o misc/./prthinfo.o misc/./prtpool.o misc/./prtrace.o misc/./prtime.o malloc/./prmalloc.o pthreads/./ptsynch.o pthreads/./ptio.o pthreads/./ptthread.o pthreads/./ptmisc.o md/unix/./unix.o md/unix/./unix_errors.o md/unix/./uxproces.o md/unix/./uxrng.o md/unix/./uxshm.o md/unix/./uxwrap.o md/unix/./aix.o -lpthreads -ldl -lC_r -lC -lc_r -lm /usr/lib/libc.a ld: 0711-317 ERROR: Undefined symbol: .__udivdi3 ld: 0711-317 ERROR: Undefined symbol: .__umoddi3 ld: 0711-317 ERROR: Undefined symbol: .__divdi3 ld: 0711-317 ERROR: Undefined symbol: .__moddi3 ld: 0711-317 ERROR: Undefined symbol: .__eprintf ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. gmake[4]: *** [libnspr4.so] Error 8 gmake[4]: Leaving directory `/.amd/ente/export/scratch/build-rs6k-2/nsprpub/pr/src' gmake[3]: *** [export] Error 2 gmake[3]: Leaving directory `/.amd/ente/export/scratch/build-rs6k-2/nsprpub/pr' gmake[2]: *** [export] Error 2 gmake[2]: Leaving directory `/.amd/ente/export/scratch/build-rs6k-2/nsprpub' gmake[1]: *** [nspr] Error 2 gmake[1]: Leaving directory `/.amd/ente/export/scratch/build-rs6k-2' gmake: *** [default] Error 2