Re: Difference in dmd and gdmd -lib option

2012-11-02 Thread Jacob Carlborg
On 2012-11-02 17:12, Dan Olson wrote: Jacob, how far did you get? I didn't try much, I never was able to compile DMD with the SDK used buy the simulator. One thing I know was missing was the Gestalt function, it's used to get information about Mac OS X, like what exact version. A couple y

Re: Difference in dmd and gdmd -lib option

2012-11-02 Thread Dan Olson
Jacob Carlborg writes: > Cool, I also tried this, with DMD tough. I didn't get very far, there > are functionality that DMD needs that's missing from the iPhone SDK. Jacob, how far did you get? A couple years ago I started building a bare druntime. Not too useful because I stripped GC and with

Re: Difference in dmd and gdmd -lib option

2012-11-02 Thread Jacob Carlborg
On 2012-11-02 07:58, Dan Olson wrote: I am switching to gdc because "I have a Dream" that one day D can be used to write ios apps. And gdc has the arm ISA so I can cross-compile. So it is closer than dmd. I know eventually it will need a rewritten druntime, but my baby step is to just compile

Difference in dmd and gdmd -lib option

2012-11-02 Thread Dan Olson
I am coming back to D fun after a year. I am playing on osx 10.6 and just built native gdc last weekend using github gdc-4.7. Sorry if this has been discussed before, but my searches could not find it. I discovered that dmd and gdmd -lib behave different. I really like the way dmd -lib option wo