On Sun, Feb 15, 2009 at 05:06, Walter Bright <[email protected]> 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
