How To Call D Code from Objective C?

Jacob Carlborg via Digitalmars-d digitalmars-d at puremagic.com
Thu Dec 10 23:44:49 PST 2015


On 2015-12-11 08:29, Mike McKee wrote:

> $ gcc cmain.c dfunc.o -o ctest -L/usr/local/lib -lphobos2 -lpthread -lm

I recommend using the D compiler to compile the final application. Then 
you don't need to worry about all these extra flags and paths.

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list