[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2006-02-22 (18:18) |
From: | Corey O'Connor <coreyoconnor@g...> |
Subject: | Re: [Caml-list] ocaml on OS X intel platform |
On 2/22/06, j h woodyatt <jhw@conjury.org> wrote: > > What would be really cool here is the possibility of "universal" > native code on Mac OS X. I wonder if the .cmx and .cmxa file formats > can do that? (I'm just expressing a naïve hope.) There may be no need to do anything special to .cmx .cmxa files. I believe the command lipo can be used to combine a PPC and X86 binary, once created, into a universal binary. -- -Corey O'Connor