On Mar 1, 2007, at 8:34 AM, Elias Pipping wrote:
On Mar 1, 2007, at 12:18 AM, Peter O'Gorman wrote:
Apple suggests using their lipo tool to create universal binaries
from multiple single architecture runs of configure and make.
Where do they do that? I was following
http://developer.apple.com/technotes/tn2005/tn2137.html
While I do have bugs open on that technote - from that page:
Merging multiple builds
While the GNU Hello program is one of the most complicated "Hello,
World" programs ever written, it is still a relatively simple
program: it does not care about byte order, word size, or pointer
size; nor does the configuration process generate any executables
which themselves produce configuration files based on the machine
target. Not all Open Source projects are this simple. For them, there
is another approach, which involves using the lipo command.
Peter