[plt-scheme] Universal Binaries?

From: Eli Barzilay (eli at barzilay.org)
Date: Sun Aug 20 16:01:12 EDT 2006

On Aug 20, Matt Jadud wrote:
> Am I able to build (or am I building?) universal binaries when I
> build MzScheme/MrEd apps?

You're not building universal binaries.  (I'll leave the question of
whether you're able to for Matthew.)


> Eg. When I say "mzc --exe foo foo.scm && mzc --exe-dir foo-dir foo"
> , is that bundling up a universal binary? What about "Build
> Application" (or... whatever its called) in DrScheme? If I create a
> MrEd executable for distribution, can that application be executed
> on either a PPC or Intel Mac?

No -- these all construct a distribution directory by copying stuff
that is found in your PLT installation, so it is not universal.

-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                  http://www.barzilay.org/                 Maze is Life!


Posted on the users mailing list.