Harmonia and DMD 0.157

Andrew Fedoniouk news at terrainformatica.com
Sun May 14 23:15:39 PDT 2006


"Jarrett Billingsley" <kb3ctd2 at yahoo.com> wrote in message 
news:e491l3$dg9$1 at digitaldaemon.com...
> "Andrew Fedoniouk" <news at terrainformatica.com> wrote in message 
> news:e47jup$21kb$1 at digitaldaemon.com...
>> Working DMD version (for Harmonia) was DMD 0.150
>> Since then something was changed in the way how it links/compiles.
>>
>> Andrew.
>
> Looks kind of like when the template name mangling algorithm changes, and 
> so the compiler's looking for one thing when the library has another which 
> uses the old name mangling (happened, for example, when Walter added 
> string and float template params).  But if you're not linking to any 
> precompiled libraries, hmm..

Thanks Jarrett.

Probably this information will be useful:

I am able to compile in release but only if I'll remove -inline flag.

Dflags which does not work:
DFLAGS  = -c -inline -O -release

Dflags which does work:
DFLAGS  = -c -O -release

No inlining anymore?

Andrew Fedoniouk.
http://terrainformatica.com







More information about the Digitalmars-d mailing list