Can DMD be built with g++?

Andrej Mitrovic andrej.mitrovich at gmail.com
Thu Aug 30 13:09:16 PDT 2012


I'm experimenting with something and I'd like to build DMD via g++.
But I'm getting some missing symbol errors like:
src/backend/blockopt.c:374:28: error: 'isdehydrated' was not declared
in this scope

isdehydrated doesn't seem to be defined anywhere in the source tree, I
don't know how DMC finds it?


More information about the Digitalmars-d mailing list