On Wednesday, 4 April 2012 at 15:02:02 UTC, akaz wrote:
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.

I cannot. GDMD toolchain is not even present among those in Mono-D.

OTOH, I still do not know how to pass -lortp regular flag to the toolchain, in order to link with that libortp.so library.

Right-click the project node in the solution explorer and open up the Properties -- in the Build->Compiling section you can enter custom libraries as well as linker & compiler arguments so it'll finally include the specified library.

Reply via email to