[Boost-bugs] [ boost-Support Requests-1409774 ] Building universal binary on MacOSX

Support Requests item #1409774, was opened at 2006-01-19 12:00 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=207586&aid=1409774&group_id=7586 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Building Boost Group: None Status: Open Resolution: None Priority: 5 Submitted By: Shai Shasag (shaishasag) Assigned to: Nobody/Anonymous (nobody) Summary: Building universal binary on MacOSX Initial Comment: I'm using boost libraries on Windows (VC++) And MacOSX (gcc). Currently on MacOSX boost compiles for PPC processor. As Apple is moving to Intel processors, I would like to be able to compile boost, on the Mac for both PPC and Intel. Apple created the universal binary format, where you compile and link the code twice, the only difference in the compilation is a single option: -arch ppc or -arch i386. Later a tool called CreateUniversalBinary is called upon the linked codes. CreateUniversalBinary merges the two binaries into one. During runtime, the operating system loads the code and chooses which part to run, according to the local processor. I tried looking into the jamfiles but was overwhelmed by the complexity. What would be the best method to achieve universal binary on MacOSX? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=207586&aid=1409774&group_id=7586 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ Boost-bugs mailing list Boost-bugs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/boost-bugs
participants (1)
-
SourceForge.net