Subj : Cross compile SpiderMonkey for Intel Mac? To : netscape.public.mozilla.jseng From : bigzaphod Date : Sun Jul 31 2005 09:55 pm I'm building a MacOS X app that I want to eventually be able to build as a universal binary so that it works on both PPC and Intel Macs. However, I'm also embedding the standalone SpiderMonkey library into this application and I'm not sure how to build the library for the Intel Mac platform using only my PPC Mac (I don't have access to an Intel Mac at this point). I'm not terribly well versed in the subtleties of make files and cross compiling and such, so I was hoping perhaps someone would know how to do this. I can figure out how to define the different library linkings for each architecture within Xcode (and have already done so for the PPC version), but I can't seem to work out how to actually build the Intel Mac js lib properly. Hopefully I'm asking the right question. I'd appreciate any advice anyone has. l8r Sean .