Building all of gcc in OS-X is rather massive. Is there a way to only build gdc? I gave "configure" the option --enable-languages=d, but gcc10 seems to build all of gcc and g++ as well.
How will you compile the C code, pre-compiled GCC? I'm guessing it's best to use the same compiler.
-- /Jacob Carlborg