Error: -o no longer supported, use -of or -od

Zaheer Ahmed via Digitalmars-d digitalmars-d at puremagic.com
Mon Jul 17 09:08:30 PDT 2017


When Compiling kernel.d with makefile I get
Error: -o no longer supported, use -of or -od
and my Makefile Commands to do this is following.

DMDPARAMS = -m32
//...some objects
%.o: %.d
        dmd $(DMDPARAMS) -o $@ -c $<



More information about the Digitalmars-d mailing list