Just one more thing...

Anders Bergh anders1 at gmail.com
Sat Feb 14 20:14:10 PST 2009


On Sun, Feb 15, 2009 at 05:06, Walter Bright <newshound1 at digitalmars.com> wrote:
> It's hard to see what that might be. dmd uses nothing but the generic linker
> commands, in fact, it uses gcc to do the link. It also doesn't use any but
> the basic api functions like read() and write().
>

When you link you have to have an environment variable set,
MACOSX_DEPLOYMENT_TARGET=10.4. There's probably some other things that
need to be done, if you use Xcode to build it'll do it for you easily.

-- 
Anders Bergh


More information about the Digitalmars-d-announce mailing list