Boost logo

Boost :

From: SourceForge.net (noreply_at_[hidden])
Date: 2006-01-19 05:00:23


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_at_[hidden]
https://lists.sourceforge.net/lists/listinfo/boost-bugs


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk