Anders Bergh wrote:
On Sun, Feb 15, 2009 at 05:06, Walter Bright <newshou...@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.


I don't use XCODE, just an ordinary makefile. What else needs to be done?

Reply via email to