On Jun 13, 4:01 am, "thomas liu" <[EMAIL PROTECTED]> wrote: > I'm tring to build Firefox 1.5.0.3 with DFB patch on Mips, over GTK 2.10.1. > The gtk-demo is running very well.
Some of us don't speak Greek, what's a DFB (provide a single URL to a single patch). Note that ff1.5 is something like 2 years old and doesn't get any support from anyone. MIPS in general is only going to get support for trunk and only after someone helps us figure out how to get it to detect an amusing edge case. > Compiling failed either static or shared. > > Static: failed at last step ~#$&....... > > mipsel-linux-gnu-gcc -o firefox-bin -fno-rtti -fno-exceptions -Wall > -Wconversion -Wpointer-arith -Wcast-align ... > collect2: ld terminated with signal 9 [Killed] http://www.foobartastic.com/2006/09/30/the-fox-that-wouldnt-build/ Offhand, my bet is you ran out of memory and the oom killer decided ld was the offender (it would have been). > Shared: > > mipsel-linux-gnu-gcc -Wa,-xgot -fno-rtti -fno-exceptions -Wall -Wconversion > -Wpointer-arith -Wcast-align -Woverloaded-virtual -Wsynth > -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wno-long-long -Wa,-xgot > -pthread -pipe -DDEBUG -D_DEBUG -DDEBUG_root -DTRACING -g -fno-inline > -Wa,-xgot -O -fPIC -shared -Wl,-h -Wl,libgklayout.so -o libgklayout.so > nsLayoutModule.o nsContentHTTPStartup.o nsContentDLF.o ... > /opt/nxlinux/gcc/gcc-3.3.4-glibc-2.3.2/lib/gcc-lib/mipsel-linux-gnu/3.3.4/../../../../mipsel-linux- > gnu/bin/ld: final link failed: Bad value > collect2: ld returned 1 exit status offhand, http://sourceware.org/ml/binutils/2007-03/msg00214.html _______________________________________________ dev-embedding mailing list [email protected] https://lists.mozilla.org/listinfo/dev-embedding
