https://bugzilla.mozilla.org/show_bug.cgi?id=323307 Files: https://bugzilla.mozilla.org/attachment.cgi?id=208744 Diffs: https://bugzilla.mozilla.org/attachment.cgi?id=208745
There were only a few places that needed to be changed. I needed to change the order of c++ and cc detection around in configure - it seems that if you do the cross compilation stuff first, it messes up the "regular" case, which is the more important one. In order for the GNU_CC tests to work, you must define CC=gcc and CXX=g++ on the configure command line. If building 64 bit, you must also specify CFLAGS=-m64 and CXXFLAGS=-m64. I also removed the extra arguments for static library building as they were not only not necessary but they were also making the build abort.
_______________________________________________ mozilla-directory mailing list [email protected] http://mail.mozilla.org/listinfo/mozilla-directory
