On 2012-04-03 23:55, akaz wrote:
I need some help with Mono-D.
I am on Linux 64 and I try to use both DMD 2.958 and GDC-4.6.3
However, I find difficult to:
-the GDC toolchain keeps passing some unknown parameters to the
compiler: for example, for the "Debug ARguments"->"Executable", the
passed arguments are:
-g -debug $sources $libs $includes -od$objectsDirectory -of"$exe"
of which all of "-debug" and "-od$objectsDirectory" and "-of"$exe"" are
unknown to gdc (and similar for the others Build configurations)
These are the flags used by DMD. If you can point Mono-D to "gdmd"
instead of "gdc" it might work. gdmd is a wrapper around gdc that
convert dmd flags to gdc flags.
--
/Jacob Carlborg