while cross compiling firefox-0.8 (build=i686, host=i386) we have the problem that at some point shlibsign is run on some libraries; however, it seems like it does only work by accident as the framework has linked shlibsign against a bunch of target libraries. This results in:
Linux2.4_x86_glibc_PTH_DBG.OBJ/shlibsign -v -i /localehome/jb/BMW-M/ptxdist/build/firefox-source-0.8/dist/lib/libsoftokn3.so Linux2.4_x86_glibc_PTH_DBG.OBJ/shlibsign: /lib/libpthread.so.0: version `GLIBC_2.3.2' not found (required by /localehome/jb/BMW-M/ptxdist/build/firefox-source-0.8/dist/lib/libnspr4.so) make[4]: ***
on one machine which uses glibc-2.3.1, whereas on another system with glibc-2.3.2 it works; my impression is that this does only not break because the target has also glibc-2.3.2. However, isn't shlibsign a host tool, so shouldn't all related libraries also be compiled for the host?
Robert
_______________________________________________ mozilla-embedding mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-embedding
