Calypso: Direct and full interfacing to C++

Elie Morisse via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Tue May 19 17:53:44 PDT 2015


On Tuesday, 19 May 2015 at 08:02:47 UTC, Suliman wrote:
> Oh, I forgot to fix path at:
> "/etc/ldc.conf"
>
> Am I right understand that:
> C:/Program Files (x86)/ldc/lib = C:\Program Files 
> (x86)\mingw-w64\i686-4.9.2-posix-dwarf-rt_v4-rev2\mingw32\lib
>
> ? Or I can't find more proper folder

The Unix path for C:\Program Files 
(x86)\mingw-w64\i686-4.9.2-posix-dwarf-rt_v4-rev2\mingw32\lib is 
simply: /lib.

( The root the leftmost "/" refers to in every Unix path is 
C:\Program Files 
(x86)\mingw-w64\i686-4.9.2-posix-dwarf-rt_v4-rev2\mingw32 )

You're almost in uncharted territory, but thanks for helping with 
testing! I'll write clearer instructions for Windows too when I 
get the time. And BTW the MingW build is pretty old by now. I 
don't have much free time atm and I'm working on important fixes, 
but as soon as they're ready I'll update the MingW build.


More information about the Digitalmars-d-announce mailing list